Skip to content

Commit

Permalink
Add note for gunicorn workers (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
bbx0 authored Jan 10, 2025
1 parent 7269d75 commit 5dd93cf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sample_wsgidav.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
#: used in production.
#: All other servers must have been installed before, e.g. `pip install cheroot`.
#: (The binary MSI distribution already includes 'cheroot'.)
#: NOTE: Using 'gunicorn' with more than 1 worker can cause problems with the
#: in-memory and shelve-based lock storage as both are not safe for concurrent
#: access. (see issue #332) Instead, you can use 'gunicorn' with multiple `threads`
#: or try the 'redis' based lock storage (#186).
#: Default: 'cheroot', use the `--server` command line option to change this.

server: cheroot
Expand Down

0 comments on commit 5dd93cf

Please sign in to comment.