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 c158487 commit 13f1ebeCopy full SHA for 13f1ebe
src/webui.c
@@ -89,7 +89,7 @@
89
#define WEBUI_STDOUT_BUF (10240) // Command STDOUT output buffer size
90
#define WEBUI_DEFAULT_PATH "." // Default root path
91
#define WEBUI_DEF_TIMEOUT (15) // Default startup timeout in seconds
92
-#define WEBUI_RELOAD_TIMEOUT (500) // Default reload page timeout in milliseconds
+#define WEBUI_RELOAD_TIMEOUT (1500) // Default reload page timeout in milliseconds
93
#define WEBUI_MAX_TIMEOUT (60) // Maximum startup timeout in seconds the user can set
94
#define WEBUI_MIN_WIDTH (100) // Minimal window width
95
#define WEBUI_MIN_HEIGHT (100) // Minimal window height
0 commit comments