diff --git a/configs/production.ini b/configs/production.ini --- a/configs/production.ini +++ b/configs/production.ini @@ -40,7 +40,7 @@ port = 5000 ################################## #use = egg:waitress#main ## number of worker threads -#hreads = 5 +#threads = 5 ## MAX BODY SIZE 100GB #max_request_body_size = 107374182400 ## Use poll instead of select, fixes file descriptors limits problems.