From eeceb7caaaf0d5e3302f2b831b6de52baf54b4d1 Mon Sep 17 00:00:00 2001 From: yggverse Date: Sun, 14 Apr 2024 22:13:07 +0300 Subject: [PATCH] separate history storage settings --- config.json | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/config.json b/config.json index 7b2b28b..827641e 100644 --- a/config.json +++ b/config.json @@ -78,10 +78,20 @@ } } }, - "history": + "memory": { - "enabled":true, - "timeout":null + "history": + { + "enabled":true + } + }, + "database": + { + "history": + { + "enabled":true, + "timeout":null + } }, "header": {