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 2efc9f6 commit 6246a3eCopy full SHA for 6246a3e
docker/start.py
@@ -484,6 +484,7 @@ def main():
484
api_timeout = 8
485
if os.environ.get(API_TIMEOUT_ENV_NAME):
486
api_timeout = int(os.environ.get(API_TIMEOUT_ENV_NAME))
487
+ logger.info(f"API timeout set to {api_timeout} seconds")
488
else:
489
os.environ[API_TIMEOUT_ENV_NAME] = str(api_timeout)
490
0 commit comments