From 6daea9e2df7bbed220b7842687b31ef491f4dc45 Mon Sep 17 00:00:00 2001 From: Charles Eckman Date: Fri, 15 Mar 2024 12:49:44 -0400 Subject: [PATCH] Include server_startup_timeout_ms in config docs --- docs/Configuration.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/Configuration.md b/docs/Configuration.md index 24207270e..cfca72444 100644 --- a/docs/Configuration.md +++ b/docs/Configuration.md @@ -3,6 +3,9 @@ ## file ```toml +# If specified, wait this long for the server to start up. +server_startup_timeout_ms = 10000 + [dist] # where to find the scheduler scheduler_url = "http://1.2.3.4:10600"