Skip to content

Commit

Permalink
change tokenValidityInSeconds default value
Browse files Browse the repository at this point in the history
  • Loading branch information
haoyann committed Jan 5, 2021
1 parent c979b9e commit 2be09ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public class AuthConfigs {
/**
* Token validity time(seconds).
*/
@Value("${nacos.core.auth.default.token.expire.seconds:1800}")
@Value("${nacos.core.auth.default.token.expire.seconds:18000}")
private long tokenValidityInSeconds;

/**
Expand Down

0 comments on commit 2be09ae

Please sign in to comment.