Skip to content

Commit 58568ee

Browse files
committed
Add comment about time units used in environment variables
1 parent eb4ca24 commit 58568ee

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Hub/Dockerfile.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,19 @@ MAINTAINER Selenium <[email protected]>
77
EXPOSE 4444
88

99
ENV GRID_THROW_ON_CAPABILITY_NOT_PRESENT true
10+
# In milliseconds
1011
ENV GRID_NEW_SESSION_WAIT_TIMEOUT -1
1112
ENV GRID_JETTY_MAX_THREADS -1
13+
# In milliseconds
1214
ENV GRID_NODE_POLLING 5000
15+
# In milliseconds
1316
ENV GRID_CLEAN_UP_CYCLE 5000
17+
# In seconds
1418
ENV GRID_TIMEOUT 30
19+
# In seconds
1520
ENV GRID_BROWSER_TIMEOUT 0
1621
ENV GRID_MAX_SESSION 5
22+
# In milliseconds
1723
ENV GRID_UNREGISTER_IF_STILL_DOWN_AFTER 30000
1824

1925
COPY generate_config /opt/selenium/generate_config

0 commit comments

Comments
 (0)