From db633f59bd6c5e446012fe8b2178289b0fdbacc0 Mon Sep 17 00:00:00 2001 From: NI Date: Mon, 12 Aug 2019 17:06:06 +0800 Subject: [PATCH] Adjust `maxTimeDiff` to 30s, and change the time warning message. --- ui/app.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ui/app.js b/ui/app.js index da0db92..d25af0b 100644 --- a/ui/app.js +++ b/ui/app.js @@ -38,7 +38,7 @@ import * as sshctl from "./control/ssh.js"; import * as xhr from "./xhr.js"; import * as cipher from "./crypto.js"; -const maxTimeDiff = 20000; +const maxTimeDiff = 30000; const mainTemplate = `