Skip to content

Commit

Permalink
restore threads to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ouziel committed Oct 7, 2024
1 parent 61b16f2 commit ed56922
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions counterparty-core/counterpartycore/lib/api/wsgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,9 @@ def __init__(self, app, args=None):
"workers": config.GUNICORN_WORKERS,
"worker_class": "gthread",
"daemon": True,
"threads": 2,
# "loglevel": "debug",
# "access-logfile": "-",
}
self.application = app
self.args = args
Expand Down

0 comments on commit ed56922

Please sign in to comment.