From 1eaa5a465745740f2b1fa9ceb019b7d953b6a322 Mon Sep 17 00:00:00 2001 From: Eric Fontana Date: Fri, 19 Dec 2014 11:48:03 -0500 Subject: [PATCH] Fix default for doc --- TimberWinR/mdocs/RedisOutput.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TimberWinR/mdocs/RedisOutput.md b/TimberWinR/mdocs/RedisOutput.md index 7c659ca..eea0ba0 100644 --- a/TimberWinR/mdocs/RedisOutput.md +++ b/TimberWinR/mdocs/RedisOutput.md @@ -13,7 +13,7 @@ The following parameters are allowed when configuring the Redis output. | *host* | [string] | The hostname(s) of your Redis server(s) | IP or DNS name | | | *port* | integer | Redis port number | This port must be open | 6379 | | *max_queue_size* | integer | Maximum redis queue depth | | 50000 | -| *queue_overflow_discard_oldest* | bool | If true, discard oldest messages when max_queue_size reached otherwise discard newest | | false | +| *queue_overflow_discard_oldest* | bool | If true, discard oldest messages when max_queue_size reached otherwise discard newest | | true | Example Input: ```json