aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-12-08 20:52:04 -0500
committerLibravatar vnugent <public@vaughnnugent.com>2023-12-08 20:52:04 -0500
commitb564708f29cf8a709c3e3d981477b2ec8440673e (patch)
treeb5eb4b728111fb7746b08a0b6231deab63a2960f /ci
parentfdf78dd5bf25f345cc8419cc547cdbafaf54ae86 (diff)
patch and close issue #2 for empty/non existent index files
Diffstat (limited to 'ci')
-rw-r--r--ci/config/Essentials.Accounts.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/config/Essentials.Accounts.json b/ci/config/Essentials.Accounts.json
index 8903cc1..47ab0fb 100644
--- a/ci/config/Essentials.Accounts.json
+++ b/ci/config/Essentials.Accounts.json
@@ -11,8 +11,8 @@
"keepalive_endpoint": {
"path": "/api/account/keepalive",
- //Regen token every 15 mins along with cookies
- "token_refresh_sec": 600 //15 minutes
+ //Regen token every 10 mins along with cookies
+ "token_refresh_sec": 600 //10 minutes
},
"profile_endpoint": {