Skip to content

Commit

Permalink
Restore waitress default for connections/threads
Browse files Browse the repository at this point in the history
Default values and higher values showed the same performance in some tests with
2000 machines 17000 cores.

Restoring the threads default values allows to save some RAM useful
to raise the MongoDB cache.
  • Loading branch information
ppigazzini committed Oct 3, 2020
1 parent e1c81a1 commit b960e2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fishtest/production.ini
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ trusted_proxy_headers = x-forwarded-for x-forwarded-host x-forwarded-proto x-for
clear_untrusted_proxy_headers = yes

# Match connection limit with max number of workers
connection_limit = 500
threads = 16
connection_limit = 100
threads = 4

###
# logging configuration
Expand Down

0 comments on commit b960e2b

Please sign in to comment.