summaryrefslogtreecommitdiffstats
path: root/config/config.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-08-19 18:01:26 +0200
committerDave Davenport <qball@gmpclient.org>2016-08-19 18:01:26 +0200
commit6225b29d9484b8a6e0822e7b55f96051c6d03cb9 (patch)
treef3c013534703f26f46e47712be37920d6df931c2 /config/config.c
parenta5acff542d4525574668687b6895042e67790a4f (diff)
Issue 448, Take another default that should not fail, better error mesg
Diffstat (limited to 'config/config.c')
-rw-r--r--config/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.c b/config/config.c
index e3b8f83f..1a9da3b0 100644
--- a/config/config.c
+++ b/config/config.c
@@ -112,7 +112,7 @@ Settings config = {
.tokenize = TRUE,
.regex = FALSE,
/** Monitor */
- .monitor = "-1",
+ .monitor = "-5",
/** set line margin */
.line_margin = 2,
/** Set filter */