mirror of
https://codeberg.org/prof_x_pvt_ltd/captive.whump.shanti-portal
synced 2024-08-14 22:46:42 +00:00
vsc formatting and testing a lower timeout for apple devices
This commit is contained in:
parent
37028c98d2
commit
fd8e97c673
1 changed files with 19 additions and 19 deletions
|
@ -146,7 +146,7 @@ function poll_jobs(data) {
|
|||
// Apple devices don't poll their captiveportal URL,
|
||||
// so this is for them. Android devices will do their
|
||||
// own polling and close the wifi-portal before this.
|
||||
setTimeout(do_success, 30000);
|
||||
setTimeout(do_success, 10000);
|
||||
}
|
||||
|
||||
// This is reject() above.
|
||||
|
|
Loading…
Reference in a new issue