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"];