mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-22 07:51:17 +01:00
512MB free disk space is better than 10MB
This commit is contained in:
parent
3156423209
commit
ac9cd93c8e
@ -11,7 +11,7 @@ var config = {
|
|||||||
},
|
},
|
||||||
cleaner: {
|
cleaner: {
|
||||||
interval: 1800, // interval seconds to check limits
|
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
|
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
|
amount: 50000 // amount of skins for which all image types are deleted
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user