Dependency updates

This commit is contained in:
Jake
2014-12-31 11:22:05 -06:00
parent 14df0f8eb7
commit 6364801d88
2 changed files with 10 additions and 9 deletions

View File

@@ -16,6 +16,7 @@ var config = {
min_scale: 1, // for renders
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
flush_on_start: false // whether or not to fush Redis when starting the application
};
module.exports = config;