Browse Source

Reduce worker counter to 8

master
Ben Kurtovic 5 years ago
parent
commit
f4812b20e5
1 changed files with 1 additions and 1 deletions
  1. +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():


Loading…
Cancel
Save