We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea6639b commit 3fd6914Copy full SHA for 3fd6914
source/config.ini
@@ -28,8 +28,9 @@ server = localhost
28
# The https port to use
29
serverPort = 9980
30
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)
+# Sleep time in seconds before attempting to get metaData from the server again.
+# This most likely the case if the query was sent to server before it did finish the
33
+# initial startup (maximum 3 attempts)
34
retryDelay = 60
35
36
# The name of REST HTTPS API key name
0 commit comments