mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-21 23:41:18 +01:00
fix typo
This commit is contained in:
parent
a928952dc4
commit
3156423209
@ -13,7 +13,7 @@ var config = {
|
|||||||
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: 10240, // 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 iamge types are deleted
|
amount: 50000 // amount of skins for which all image types are deleted
|
||||||
},
|
},
|
||||||
directories: {
|
directories: {
|
||||||
faces: "/var/lib/crafatar/images/faces/", // directory where faces are kept. must have trailing "/"
|
faces: "/var/lib/crafatar/images/faces/", // directory where faces are kept. must have trailing "/"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user