Skip to content

Commit 13f1ebe

Browse files
committed
Increase Reload Timeout (500ms to 1500ms)
1 parent c158487 commit 13f1ebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webui.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
#define WEBUI_STDOUT_BUF (10240) // Command STDOUT output buffer size
9090
#define WEBUI_DEFAULT_PATH "." // Default root path
9191
#define WEBUI_DEF_TIMEOUT (15) // Default startup timeout in seconds
92-
#define WEBUI_RELOAD_TIMEOUT (500) // Default reload page timeout in milliseconds
92+
#define WEBUI_RELOAD_TIMEOUT (1500) // Default reload page timeout in milliseconds
9393
#define WEBUI_MAX_TIMEOUT (60) // Maximum startup timeout in seconds the user can set
9494
#define WEBUI_MIN_WIDTH (100) // Minimal window width
9595
#define WEBUI_MIN_HEIGHT (100) // Minimal window height

0 commit comments

Comments
 (0)