Suggest only running 1 worker at a time
This patch updates the examples to suggest that only one process should
be modifying the collections at the same time.
This is a very simple solution to issue #66 until a proper solution can
be deviced.
Linus Wallgren
3 years ago
2 | 2 | die-on-term = true |
3 | 3 | umask = 022 |
4 | 4 | master = true |
5 | cheaper = 2 | |
6 | processes = 4 | |
5 | cheaper = 0 | |
6 | processes = 1 | |
7 | 7 | plugin = router_basicauth,python3 |
8 | 8 | route = ^/ basicauth:myrealm,user1:password1 |
9 | 9 | module = xandikos.wsgi:app |