Hacked By AnonymousFox
# Minimal interval of time between incidents (in seconds).
# If minimal interval of time between LVE faults is greater than value specified, than new "incident" will begin and new snapshots will be saved
period_between_incidents=300
# Maximum number of snapshots saved per minute for specific LVE id
snapshots_per_minute=2
# Maximum number of snapshots saved for one "incident"
max_snapshots_per_incident=10
# Enable or disable data obtain from litespeed, default is "auto"
# On|on|1 - force use litespeed; Off|off|0 - force use apache; auto - autodetect
# litespeed=auto
# Compression level for snapshots. Must be between 1 and 9: 1 gives best speed, 9 gives best compression.
# It is recommended to use value less than 5
compresslevel=1
Hacked By AnonymousFox1.0, Coded By AnonymousFox