Skip to content

Commit 5558b72

Browse files
committed
increase expire time
1 parent 57dd6ed commit 5558b72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/main/resources/flow.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ app.admin.default-email=${FLOWCI_DEFAULT_ADMIN_EMAIL}
1111
app.admin.default-password=${FLOWCI_DEFAULT_ADMIN_PASSWORD}
1212

1313
app.auth.enabled=true
14-
app.auth.expire-seconds=60
15-
app.auth.refresh-expired-seconds=7200
14+
app.auth.expire-seconds=7200
15+
app.auth.refresh-expired-seconds=14400
1616

1717
app.job.retry-waiting-seconds=10
1818

0 commit comments

Comments
 (0)