Skip to content

Commit

Permalink
Merge pull request #87 from neptune-ai/pg/request-timeout
Browse files Browse the repository at this point in the history
chore: Set request timeout to 30s
  • Loading branch information
PatrykGala authored Nov 20, 2024
2 parents c28ec7c + 0227012 commit b24f8af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/neptune_scale/parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
LAG_TRACKER_THREAD_SLEEP_TIME = 1

# Networking
REQUEST_TIMEOUT = 5
REQUEST_TIMEOUT = 30
MAX_REQUEST_RETRY_SECONDS = 60

# User facing
Expand Down

0 comments on commit b24f8af

Please sign in to comment.