From ff6544a14c07fc0849909878a591d3233e8c99f6 Mon Sep 17 00:00:00 2001 From: XMRig Date: Wed, 17 Apr 2019 19:03:15 +0700 Subject: [PATCH] Updated default config. --- src/config.json | 4 +++- src/core/config/Config_default.h | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/config.json b/src/config.json index dbb980d03..53df54868 100644 --- a/src/config.json +++ b/src/config.json @@ -35,7 +35,9 @@ "variant": -1, "enabled": true, "tls": false, - "tls-fingerprint": null + "tls-fingerprint": null, + "daemon": false, + "daemon-poll-interval": 1000 } ], "print-time": 60, diff --git a/src/core/config/Config_default.h b/src/core/config/Config_default.h index 3462ad199..d6145cf4c 100644 --- a/src/core/config/Config_default.h +++ b/src/core/config/Config_default.h @@ -69,7 +69,9 @@ R"===( "variant": -1, "enabled": true, "tls": false, - "tls-fingerprint": null + "tls-fingerprint": null, + "daemon": false, + "daemon-poll-interval": 1000 } ], "print-time": 60,