Skip to content

Commit

Permalink
Defaulting session retry interval to Grid default
Browse files Browse the repository at this point in the history
[deploy]
  • Loading branch information
diemol committed Jul 6, 2022
1 parent f8cb704 commit 299ffee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Hub/Dockerfile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ EXPOSE 4444
# In seconds, maps to "--session-request-timeout"
ENV SE_SESSION_REQUEST_TIMEOUT 300
# In seconds, maps to "--session-retry-interval"
ENV SE_SESSION_RETRY_INTERVAL 0
ENV SE_SESSION_RETRY_INTERVAL 15
# Boolean value, maps "--relax-checks"
ENV SE_RELAX_CHECKS true

Expand Down
2 changes: 1 addition & 1 deletion SessionQueue/Dockerfile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ USER 1200
# In seconds, maps to "--session-request-timeout"
ENV SE_SESSION_REQUEST_TIMEOUT 300
# In seconds, maps to "--session-retry-interval"
ENV SE_SESSION_RETRY_INTERVAL 0
ENV SE_SESSION_RETRY_INTERVAL 15

EXPOSE 5559

Expand Down

0 comments on commit 299ffee

Please sign in to comment.