浏览代码

512MB free disk space is better than 10MB

jomo 9 年之前
父节点
当前提交
ac9cd93c8e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      config.example.js

+ 1 - 1
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
   },