[Debug]SnapshotMaxFiles
- Last UpdatedFeb 02, 2024
- 1 minute read
Controls the maximum number of alarm database snapshot files to keep for current run of the server.
A rolling log system is used, starting with “DBSnapshot_001.log”. When this file reaches the maximum size (as specified by [Debug]SnapshotMaxSize), it will be closed and “DBSnapshot_002.log” will be opened, and so on.
This parameter determines how many of these files will be retained. When the maximum number is reached, the earliest file will be deleted.
For example, when this parameter is set to 5 and DBSnapshot_005.log reaches its maximum size, then DBSnapshot_001.log will be deleted and DBSnapshot_006.log will be opened.
Allowable Values
1-50
Default Value
2