mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-09-06 21:51:30 +00:00
fixed #702
This commit is contained in:
@@ -53,6 +53,11 @@ if CPUCOUNT < 1:
|
||||
except:
|
||||
CPUCOUNT = 1
|
||||
|
||||
|
||||
# force single cpu in cygwin mode
|
||||
if uwsgi_os.startswith('CYGWIN'):
|
||||
CPUCOUNT=1
|
||||
|
||||
binary_list = []
|
||||
|
||||
started_at = time.time()
|
||||
|
||||
Reference in New Issue
Block a user