Skip to content

Commit

Permalink
Increase Reload Timeout (500ms to 1500ms)
Browse files Browse the repository at this point in the history
  • Loading branch information
hassandraga committed Jul 11, 2024
1 parent c158487 commit 13f1ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webui.c
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
#define WEBUI_STDOUT_BUF (10240) // Command STDOUT output buffer size
#define WEBUI_DEFAULT_PATH "." // Default root path
#define WEBUI_DEF_TIMEOUT (15) // Default startup timeout in seconds
#define WEBUI_RELOAD_TIMEOUT (500) // Default reload page timeout in milliseconds
#define WEBUI_RELOAD_TIMEOUT (1500) // Default reload page timeout in milliseconds
#define WEBUI_MAX_TIMEOUT (60) // Maximum startup timeout in seconds the user can set
#define WEBUI_MIN_WIDTH (100) // Minimal window width
#define WEBUI_MIN_HEIGHT (100) // Minimal window height
Expand Down

0 comments on commit 13f1ebe

Please sign in to comment.