From ac9cd93c8e33599ad36e42ca6f0193be7752f276 Mon Sep 17 00:00:00 2001 From: jomo Date: Sat, 29 Aug 2015 22:42:02 +0200 Subject: [PATCH] 512MB free disk space is better than 10MB --- config.example.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.example.js b/config.example.js index 356cead..8b04a8e 100644 --- a/config.example.js +++ b/config.example.js @@ -11,7 +11,7 @@ var config = { }, cleaner: { interval: 1800, // interval seconds to check limits - disk_limit: 10240, // min allowed free KB on disk to trigger image deletion + 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 },