You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of 3.5, if SFN has processed all docs, it continually loops through primary and secondary searches for new documents. While this doesn't hurt anything, it just fills up the log with useless text as it returns empty lists. There should be a backoff of X number of minutes (configured via .panrc) with a default of 10 minutes or so. This will minimize the logging and allow for documents to build up.
The text was updated successfully, but these errors were encountered:
As of 3.5, if SFN has processed all docs, it continually loops through primary and secondary searches for new documents. While this doesn't hurt anything, it just fills up the log with useless text as it returns empty lists. There should be a backoff of X number of minutes (configured via .panrc) with a default of 10 minutes or so. This will minimize the logging and allow for documents to build up.
The text was updated successfully, but these errors were encountered: