mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-22 16:01:16 +01:00
Unused config value
This commit is contained in:
parent
e7cec3556a
commit
7b9fb20db3
@ -16,8 +16,7 @@ var config = {
|
|||||||
debug_enabled: false, // enables logging.debug
|
debug_enabled: false, // enables logging.debug
|
||||||
min_scale: 1, // for renders
|
min_scale: 1, // for renders
|
||||||
max_scale: 10, // for renders; too big values might lead to slow response time or DoS
|
max_scale: 10, // for renders; too big values might lead to slow response time or DoS
|
||||||
default_scale: 6, // for renders; scale to be used when no scale given
|
default_scale: 6 // for renders; scale to be used when no scale given
|
||||||
flush_on_start: false // whether or not to fush Redis when starting the application
|
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports = config;
|
module.exports = config;
|
||||||
Loading…
x
Reference in New Issue
Block a user