mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2024-11-05 03:33:23 +01:00
Increased installed delay
This commit is contained in:
parent
d0806a0ea1
commit
8b0b8884ed
@ -4,7 +4,7 @@ function UpdatePanel() {
|
|||||||
|
|
||||||
this.statusCheckInterval = 1000;
|
this.statusCheckInterval = 1000;
|
||||||
this.statusCheckDelayer; // setTimout instance
|
this.statusCheckDelayer; // setTimout instance
|
||||||
this.installedDelay = 60*1000; // Since we can't retrieve status during installation we show the installed text after a fixed delay
|
this.installedDelay = 90*1000; // Since we can't retrieve status during installation we show the installed text after a fixed delay
|
||||||
this.installedDelayer; // setTimout instance
|
this.installedDelayer; // setTimout instance
|
||||||
this.retryDelay = 1000;
|
this.retryDelay = 1000;
|
||||||
this.retryDelayer; // setTimout instance
|
this.retryDelayer; // setTimout instance
|
||||||
|
Loading…
Reference in New Issue
Block a user