Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
ban running with multiple processes
site and app.config['USERS'] change on runtime. If more than one processes is created, many requests will fail if changes do occur. We may find a fix in the future. Signed-off-by: Chris Warrick <kwpolska@gmail.com>
- Loading branch information
Showing
with
19 additions
and 6 deletions.
- +0 −2 comet/web.py
- +19 −4 docs/admin/setup.rst