summaryrefslogtreecommitdiffstats
path: root/xmrstak/config.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'xmrstak/config.tpl')
-rw-r--r--xmrstak/config.tpl8
1 files changed, 8 insertions, 0 deletions
diff --git a/xmrstak/config.tpl b/xmrstak/config.tpl
index 032d483..3308354 100644
--- a/xmrstak/config.tpl
+++ b/xmrstak/config.tpl
@@ -140,6 +140,14 @@ R"===(
"daemon_mode" : false,
/*
+ * Buffered output control.
+ * When running the miner through a pipe, standard output is buffered. This means that the pipe won't read
+ * each output line immediately. This can cause delays when running in background.
+ * Set this option to true to flush stdout after each line, so it can be read immediately.
+ */
+ "flush_stdout" : false,
+
+/*
* Output file
*
* output_file - This option will log all output to a file.
OpenPOWER on IntegriCloud