From e96bd51ff4da4187029bdf4c2a9aa741c20f2a03 Mon Sep 17 00:00:00 2001 From: hippoz Date: Wed, 8 Sep 2021 00:22:21 +0300 Subject: [PATCH] reset debug value --- brainlet/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brainlet/config.js b/brainlet/config.js index 8a17772..656dc88 100755 --- a/brainlet/config.js +++ b/brainlet/config.js @@ -32,7 +32,7 @@ module.exports = { }, */ address: "localhost", - tokenExpiresIn: "2m", + tokenExpiresIn: "8h", gatewayPingInterval: 15000, gatewayPingCheckInterval: 4500, clientFacingPingInterval: 14750,