From 3156423209cca3b369ff780eeb4b72f6b67e4442 Mon Sep 17 00:00:00 2001 From: jomo Date: Sat, 22 Aug 2015 18:30:29 +0200 Subject: [PATCH] fix typo --- config.example.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.example.js b/config.example.js index 265f17c..356cead 100644 --- a/config.example.js +++ b/config.example.js @@ -13,7 +13,7 @@ var config = { interval: 1800, // interval seconds to check limits 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 - 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: { faces: "/var/lib/crafatar/images/faces/", // directory where faces are kept. must have trailing "/"