diff options
Diffstat (limited to 'mod/module.cli')
-rw-r--r-- | mod/module.cli | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mod/module.cli b/mod/module.cli index 6888991..2eca5b1 100644 --- a/mod/module.cli +++ b/mod/module.cli @@ -839,10 +839,10 @@ namespace brep the GitHub app's settings." } - uint16_t ci-github-jwt-validity-period = 10 // @@ Seconds. + uint16_t ci-github-jwt-validity-period = 600 { - "<minutes>", - "The number of minutes a JWT (authentication token) should be valid for. + "<seconds>", + "The number of seconds a JWT (authentication token) should be valid for. The maximum allowed by GitHub is 10 minutes." } }; |