Update filterevents.rst (#1944)

State where filters are actually saved
This commit is contained in:
Joe Alamo 2017-07-10 22:16:01 +01:00 committed by Isaac Connor
parent 0eb7bfabf2
commit 0faeef58c0
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ How filters actually work
--------------------------
It is useful to know how filters actually work behind the scenes in ZoneMinder, in the event you find your filter not functioning as intended:
* the primary filter processing process in ZoneMinder is a perl file called ``zmfilter.pl``
* the primary filter processing process in ZoneMinder is a perl file called ``zmfilter.pl`` which retrieves filters from the Filters database table
* zmfilter.pl runs every FILTER_EXECUTE_INTERVAL seconds (default is 20s, can be changed in Options->System)
* in each run, it goes through all the filters which are marked as "Run in Background" and if the conditions match performs the specified action
* zmfilter.pl also reloads all the filters every FILTER_RELOAD_DELAY seconds (default is 300s/5mins, can be changed in Options->System)