From 52219856b96ba2c19ff8a5f1962f65a9d55d55fa Mon Sep 17 00:00:00 2001 From: Sami Mokaddem Date: Mon, 1 Oct 2018 08:32:58 +0200 Subject: [PATCH] fix: Added missing configuration fields in the sample file --- config/config.cfg.default | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/config.cfg.default b/config/config.cfg.default index af41f0b..1d18adb 100644 --- a/config/config.cfg.default +++ b/config/config.cfg.default @@ -10,6 +10,7 @@ rotation_wait_time = 30 max_img_rotation = 10 hours_spanned = 48 zoomlevel = 15 +maxCacheHistory = 30 # [1->12] size_dashboard_left_width = 5 size_openStreet_pannel_perc = 55 @@ -48,6 +49,8 @@ listName=bufferList [RedisLog] db=0 +streamLogCacheKey = streamLogCache +streamMapCacheKey = streamMapsCache channel=1 channelLastContributor = lastContributor channelLastAwards = lastAwards