From 7cfc3ee706141db89f9475c7931cb88c7ed33f2e Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Mon, 18 Apr 2016 14:55:56 -0400 Subject: [PATCH] update message --- dashboard-ui/components/servertestermessage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard-ui/components/servertestermessage.js b/dashboard-ui/components/servertestermessage.js index e4e1ab4e5f..924d687d8c 100644 --- a/dashboard-ui/components/servertestermessage.js +++ b/dashboard-ui/components/servertestermessage.js @@ -132,7 +132,7 @@ var key = 'servertestermessagetime'; var lastShown = parseInt(appSettings.get(key) || '0'); - if ((new Date().getTime() - lastShown) < 172800000) { + if ((new Date().getTime() - lastShown) < 259200000) { return; }