From 5f703eda709da8397383907176edf1c95a4a1837 Mon Sep 17 00:00:00 2001 From: jomo Date: Sun, 30 Aug 2015 03:58:57 +0200 Subject: [PATCH] check disk/redis every 10 minutes --- config.example.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.example.js b/config.example.js index 8b04a8e..770bdec 100644 --- a/config.example.js +++ b/config.example.js @@ -10,7 +10,7 @@ var config = { default_scale: 6 // for 3D rendered skins; scale to be used when no scale given }, cleaner: { - interval: 1800, // interval seconds to check limits + interval: 600, // interval seconds to check limits disk_limit: 524288, // min allowed free KB on disk to trigger image deletion redis_limit: 24576, // max allowed used KB on redis to trigger redis flush amount: 50000 // amount of skins for which all image types are deleted