Skip to content

Commit

Permalink
set bootstrap_retries to infinite (fixes freqtrade#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
gcarq committed Nov 18, 2017
1 parent b16ccb9 commit 19734ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freqtrade/rpc/telegram.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def init(config: dict) -> None:
_UPDATER.dispatcher.add_handler(handle)
_UPDATER.start_polling(
clean=True,
bootstrap_retries=3,
bootstrap_retries=-1,
timeout=30,
read_latency=60,
)
Expand Down

0 comments on commit 19734ad

Please sign in to comment.