Maximum number of Entries
To limit the database size, the oldest database entries are permanently deleted when this limit is exceeded.
General Information
Domain |
TcHmiSqliteLogger |
Full symbol path |
TcHmiSqliteLogger.Config::MAXENTRIES |
Property is hidden |
No |
Contained in every configuration by default |
No |
Schema
Type |
integer |
Minimum |
1 |
Default value |
15000 |
JSON Schema
{
"configDescription": "DESC_MAXENTRIES",
"default": 15000,
"minimum": 1,
"type": "integer"
}