Skip to content

Commit

Permalink
fewer reconnections (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
JSabadin authored Nov 6, 2024
1 parent 383b8bb commit 7702187
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions luxonis_ml/tracker/tracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ def __init__(
@param rank: Rank of the process, used when running on multiple threads.
Defaults to 0.
"""
os.environ["MLFLOW_HTTP_REQUEST_MAX_RETRIES"] = "2"

self.project_name = project_name
self.project_id = project_id
self.save_directory = save_directory
Expand Down

0 comments on commit 7702187

Please sign in to comment.