Skip to content

Commit 93bbd58

Browse files
update thread from 12 to 4
1 parent 92e3064 commit 93bbd58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aw_server/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def _start(
115115
serve(app,
116116
host=host,
117117
port=port,
118-
threads=12,
118+
threads=4,
119119
)
120120
'''
121121
log = logging.getLogger('werkzeug')

0 commit comments

Comments
 (0)