##// END OF EJS Templates
ini: fixed typo, remove debug style from production
marcink -
r125:d340216a default
parent child Browse files
Show More
@@ -72,7 +72,7 b' asyncore_use_poll = true'
72 ## restarted, could prevent memory leaks
72 ## restarted, could prevent memory leaks
73 #max_requests = 1000
73 #max_requests = 1000
74 #max_requests_jitter = 30
74 #max_requests_jitter = 30
75 ## ammount of time a worker can spend with handling a request before it
75 ## amount of time a worker can spend with handling a request before it
76 ## gets killed and restarted. Set to 6hrs
76 ## gets killed and restarted. Set to 6hrs
77 #timeout = 21600
77 #timeout = 21600
78
78
@@ -72,7 +72,7 b' worker_class = sync'
72 ## restarted, could prevent memory leaks
72 ## restarted, could prevent memory leaks
73 max_requests = 1000
73 max_requests = 1000
74 max_requests_jitter = 30
74 max_requests_jitter = 30
75 ## ammount of time a worker can spend with handling a request before it
75 ## amount of time a worker can spend with handling a request before it
76 ## gets killed and restarted. Set to 6hrs
76 ## gets killed and restarted. Set to 6hrs
77 timeout = 21600
77 timeout = 21600
78
78
@@ -422,11 +422,6 b' appenlight.log_namespace_blacklist ='
422 set debug = false
422 set debug = false
423
423
424
424
425 ##############
426 ## STYLING ##
427 ##############
428 debug_style = false
429
430 #########################################################
425 #########################################################
431 ### DB CONFIGS - EACH DB WILL HAVE IT'S OWN CONFIG ###
426 ### DB CONFIGS - EACH DB WILL HAVE IT'S OWN CONFIG ###
432 #########################################################
427 #########################################################
General Comments 0
You need to be logged in to leave comments. Login now