This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
00dani
/
lemoncurry
Watch
1
Star
0
Fork
1
Code
Issues
0
Pull Requests
0
Releases
49
Wiki
Activity
Browse Source
Don't preload_app when running with Gunicorn since apparently that breaks database access
pull/1/head
Danielle McLean
2 years ago
parent
40f0bd858b
commit
9c708b8c89
Signed by:
00dani
GPG Key ID:
8EB789DDF3ABD240
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
gunicorn.py
+ 0
- 1
gunicorn.py
View File
@ -1,6 +1,5 @@
import
multiprocessing
preload_app
=
True
proc_name
=
'
lemoncurry
'
worker_class
=
'
gevent
'
workers
=
multiprocessing
.
cpu_count
(
)
*
2
+
1
Write
Preview
Loading…
Cancel
Save