mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-21 23:41:18 +01:00
check disk/redis every 10 minutes
This commit is contained in:
parent
6746459c8d
commit
5f703eda70
@ -10,7 +10,7 @@ var config = {
|
|||||||
default_scale: 6 // for 3D rendered skins; scale to be used when no scale given
|
default_scale: 6 // for 3D rendered skins; scale to be used when no scale given
|
||||||
},
|
},
|
||||||
cleaner: {
|
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
|
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