Skip to content

Commit

Permalink
fix: Add correct duration string for max-age option
Browse files Browse the repository at this point in the history
  • Loading branch information
moebiusband73 committed Sep 7, 2023
1 parent ed5ecbd commit 2b3e2f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configs/config-demo.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"path": "./var/job-archive"
},
"jwts": {
"max-age": "2m"
"max-age": "2000h"
},
"clusters": [
{
Expand Down
2 changes: 1 addition & 1 deletion configs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"jwts": {
"cookieName": "",
"validateUser": false,
"max-age": "2m",
"max-age": "2000h",
"trustedIssuer": ""
},
"short-running-jobs-duration": 300
Expand Down

0 comments on commit 2b3e2f2

Please sign in to comment.