Skip to content

Commit 3fd6914

Browse files
committed
improve the description ot the "retryDelay" setting
1 parent ea6639b commit 3fd6914

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

source/config.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ server = localhost
2828
# The https port to use
2929
serverPort = 9980
3030

31-
# Sleep time in seconds before attempting to connect to the server again
32-
# in case the server failed to respond on initial startup (maximum 3 attempts)
31+
# Sleep time in seconds before attempting to get metaData from the server again.
32+
# This most likely the case if the query was sent to server before it did finish the
33+
# initial startup (maximum 3 attempts)
3334
retryDelay = 60
3435

3536
# The name of REST HTTPS API key name

0 commit comments

Comments
 (0)