Skip to content

Commit

Permalink
Massively increase token lifetime to 24h
Browse files Browse the repository at this point in the history
  • Loading branch information
Brutus5000 committed Oct 30, 2023
1 parent 3664ff7 commit d5ac099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ mp:

faf:
environment: ${ENVIRONMENT:dev}
token-lifetime-seconds: 30
token-lifetime-seconds: 86400 # 24h because of lobbies/games/reconnects can happen for a long time
max-session-life-time-hours: 24
xirsys:
enabled: ${XIRSYS_ENABLED:true}
Expand Down

0 comments on commit d5ac099

Please sign in to comment.