Skip to content

Commit

Permalink
Do not use a threading.Event
Browse files Browse the repository at this point in the history
  • Loading branch information
squeaky-pl committed Nov 5, 2024
1 parent bce77be commit 3d25afb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/inbox-start.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
"Try running sudo ./setup.sh"
)

inbox_config["USE_GEVENT"] = False

from inbox.error_handling import maybe_enable_rollbar
from inbox.logging import configure_logging, get_logger
from inbox.mailsync.frontend import SyncHTTPFrontend
Expand Down

0 comments on commit 3d25afb

Please sign in to comment.