Skip to content

Commit

Permalink
feat: Updated .env to higher timeout value for github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
lfbrehm committed May 7, 2024
1 parent 57e616c commit 165955a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/server/.env
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ REFRESH_INTERVAL=15000 # Milliseconds

# Optional: Retry config (currently only implemented for get_object functionality)
MAX_RETRIES=10
RETRY_TIMEOUT=2 # Milliseconds. Doubles with each re-try.
RETRY_TIMEOUT=5 # Milliseconds. Doubles with each re-try.

0 comments on commit 165955a

Please sign in to comment.