Skip to content
Snippets Groups Projects
Commit f2abe1a3 authored by Pierre Korysko's avatar Pierre Korysko
Browse files

Changed WEB_timeout from 600 ms to 700 ms to avoid problems with the web client

parent 1eee2a79
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ const unsigned long update_interval = 1000; //[ms] How often to loop
// feed data to network clients, DHCP housekeeping)
const unsigned long WEB_update_interval = 5; //[s] WEB requests are heavy, not too often is good.
const unsigned long SPC_timeout = 200; //[ms] Experimentally verified to be OK.
const unsigned long WEB_timeout = 600; //[ms] Max time allowed waiting for web client
const unsigned long WEB_timeout = 700; //[ms] Max time allowed waiting for web client
// ***** GLOBAL VARIABLES ***********************
......@@ -669,3 +669,4 @@ void DHCPhousekeeping() {
}
}
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment