Skip to content

Commit

Permalink
Improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
jason5ng32 committed Dec 26, 2023
1 parent 5ad7da9 commit 2e19f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/res/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -1148,7 +1148,7 @@ new Vue({
initializeTimedChecks() {
const initTasks = [
{ action: () => this.checkAllIPs(), delay: 0 },
{ action: () => this.checkAllConnectivity(true, false), delay: 2500 },
{ action: () => this.checkAllConnectivity(true, false), delay: 5000 },
{ action: () => this.checkAllWebRTC(false), delay: 4000 },
{ action: () => this.checkAllDNSLeakTest(false), delay: 2500 },
{ action: () => { this.isInfosLoaded = true; }, delay: 6000 },
Expand Down

0 comments on commit 2e19f2f

Please sign in to comment.