2021-03-12 17:26:05 +01:00
|
|
|
{
|
|
|
|
"time_to_heartbeat": 20,
|
|
|
|
"time_to_heartbeat_offline": 25,
|
2021-05-09 12:01:50 +02:00
|
|
|
"save_table": true,
|
2021-04-01 12:08:36 +02:00
|
|
|
"time_to_save": 60,
|
2021-04-22 20:43:57 +02:00
|
|
|
"max_mess": 20,
|
2021-05-09 12:01:50 +02:00
|
|
|
"cache_size_mb": 1000,
|
|
|
|
"clear_cache_on_startup": false,
|
2021-03-12 17:26:05 +01:00
|
|
|
"log": {
|
|
|
|
"save_error": true,
|
2021-05-09 12:01:50 +02:00
|
|
|
"print_error": true,
|
2021-03-12 17:26:05 +01:00
|
|
|
"save_warning": true,
|
2021-05-09 12:01:50 +02:00
|
|
|
"print_warning": true,
|
2021-03-12 17:26:05 +01:00
|
|
|
"save_message": false,
|
2021-05-09 12:01:50 +02:00
|
|
|
"print_message": true,
|
2021-05-06 10:41:28 +02:00
|
|
|
"enable_debug": false
|
2021-03-17 08:48:03 +01:00
|
|
|
},
|
|
|
|
"heartbeat_table": {
|
2021-05-09 12:01:50 +02:00
|
|
|
"ID": [],
|
|
|
|
"IP": [],
|
|
|
|
"location": [],
|
|
|
|
"file_system": [],
|
|
|
|
"last_heartbeat": []
|
2021-04-01 12:08:36 +02:00
|
|
|
}
|
2021-05-09 12:01:50 +02:00
|
|
|
}
|