use 160px as default - 180 results in irregular resized pixels (22,5px)

This commit is contained in:
jomo
2014-11-03 02:12:58 +01:00
parent c03c3ed1cc
commit a6c74c9831
4 changed files with 18 additions and 18 deletions

View File

@@ -1,7 +1,7 @@
var config = {
min_size: 0, // < 0 will (obviously) cause crash
max_size: 512, // too big values might lead to slow response time or DoS
default_size: 180, // size to be used when no size given
default_size: 160, // size to be used when no size given
local_cache_time: 3600, // seconds until we will check if the image changed
browser_cache_time: 3600, // seconds until browser will request image again
http_timeout: 1000, // ms until connection to mojang is dropped