Alter global defaults
This commit is contained in:
@@ -26,8 +26,8 @@ char* daemon_name = "Stethoscope";
|
|||||||
uint16_t listen_port = 7800;
|
uint16_t listen_port = 7800;
|
||||||
char* webroot = "share/";
|
char* webroot = "share/";
|
||||||
char* daemon_banner = "";
|
char* daemon_banner = "";
|
||||||
uint32_t global_backoff = 5;
|
uint32_t global_backoff = 15;
|
||||||
uint32_t web_refresh = 30;
|
uint32_t web_refresh = 15;
|
||||||
uint32_t status_refresh = 30;
|
uint32_t status_refresh = 30;
|
||||||
uint32_t retention = 86400;
|
uint32_t retention = 86400;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user