# HG changeset patch # User Marcin Kuzminski # Date 2016-06-08 11:52:53 # Node ID d340216ac94a56551a1dea71ebcdf0f53f978c2b # Parent e3b08e77b2095ea03dc5783e6b8b36ce610cdbd3 ini: fixed typo, remove debug style from production diff --git a/configs/development.ini b/configs/development.ini --- a/configs/development.ini +++ b/configs/development.ini @@ -72,7 +72,7 @@ asyncore_use_poll = true ## restarted, could prevent memory leaks #max_requests = 1000 #max_requests_jitter = 30 -## ammount of time a worker can spend with handling a request before it +## amount of time a worker can spend with handling a request before it ## gets killed and restarted. Set to 6hrs #timeout = 21600 diff --git a/configs/production.ini b/configs/production.ini --- a/configs/production.ini +++ b/configs/production.ini @@ -72,7 +72,7 @@ worker_class = sync ## restarted, could prevent memory leaks max_requests = 1000 max_requests_jitter = 30 -## ammount of time a worker can spend with handling a request before it +## amount of time a worker can spend with handling a request before it ## gets killed and restarted. Set to 6hrs timeout = 21600 @@ -422,11 +422,6 @@ appenlight.log_namespace_blacklist = set debug = false -############## -## STYLING ## -############## -debug_style = false - ######################################################### ### DB CONFIGS - EACH DB WILL HAVE IT'S OWN CONFIG ### #########################################################