Added FAST_DELETE config.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@181 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
parent
58349ac9ae
commit
3940951267
|
@ -34,6 +34,7 @@ define( "MPEG_ENCODE_PATH", "./mpeg_encode" ); // Path to (optional) mpeg video
|
|||
define( "NETPBM_DIR", "/usr/bin" ); // Path to (optional) Netpbm utilities
|
||||
|
||||
define( "MAX_EVENTS", 12 ); // The maximum number of events to show in the monitor event listing
|
||||
define( "FAST_DELETE", 1 ); // Whether we only delete event DB records and leave zmaudit to do the rest
|
||||
define( "ALARM_POPUP", 1 ); // Whether the watch window jumps to front if an alarm occurs
|
||||
define( "ALARM_SOUND", "Yeow.wav" ); // A sound to play on alarm
|
||||
|
||||
|
|
Loading…
Reference in New Issue