From b9cff4e461dc5f15c96161233853a87337568e19 Mon Sep 17 00:00:00 2001 From: asyncnomi Date: Tue, 10 Jan 2023 20:38:02 +0100 Subject: [PATCH] bla --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index cdb0032..5727e40 100644 --- a/index.js +++ b/index.js @@ -22,7 +22,7 @@ let GoldenUsers = JSON.parse(fs.readFileSync(goldenUsersPath)); let ServiceState = JSON.parse(fs.readFileSync(servicePath)); let AdminUsersUid = ["asyncnomi", "johan", "enthalpine", "fleur", "arina", "billy", "remi", "pierre", "matmaz", "mariusdrgc", "agathe", "jsansa"]; let UsersToken = {}; -let TokenDurationSecond = 3600; +let TokenDurationSecond = 360000; let MaxAmountCrepe = 10; let Supplements = ["nature", "sucre", "nutella", "confiture"];