Skip to content

Commit

Permalink
need delay to let server restart
Browse files Browse the repository at this point in the history
  • Loading branch information
fomars committed Jun 28, 2019
1 parent 6876eed commit 2a74433
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions netort/data_manager/clients/luna.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
RETRY_ARGS = dict(
wrap_exception=True,
stop_max_delay=30000,
wait_fixed=3000,
stop_max_attempt_number=10
)

Expand Down

0 comments on commit 2a74433

Please sign in to comment.