This website works better with JavaScript.
Home
Help
Sign In
ben
/
copyvios
mirror of
https://github.com/earwig/copyvios
Watch
1
Star
1
Fork
0
Code
Releases
0
Activity
Browse Source
Reduce worker counter to 8
copyvios-ng
Ben Kurtovic
5 years ago
parent
01cd6dc763
commit
f4812b20e5
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app.py
+ 1
- 1
app.py
View File
@@ -52,7 +52,7 @@ def setup_app():
cache.background_data = {}
cache.last_background_updates = {}
globalize(num_workers=
12
)
globalize(num_workers=
8
)
@app.before_request
def prepare_request():
Write
Preview
Loading…
Cancel
Save