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 ### #########################################################