Skip to content

Commit

Permalink
Increase EventRequestManager timeout to two minutes to be sure it can…
Browse files Browse the repository at this point in the history
… connect to the events endpoint if some component delays the start of REST API
  • Loading branch information
kozlovsky committed Sep 7, 2022
1 parent 40da20d commit cdbb9e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tribler/gui/event_request_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

received_events = []

CORE_CONNECTION_TIMEOUT = 60
CORE_CONNECTION_TIMEOUT = 120
RECONNECT_INTERVAL_MS = 100


Expand Down

0 comments on commit cdbb9e8

Please sign in to comment.