Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
인증 유효 시간 변경
Browse files Browse the repository at this point in the history
9시간 -> 3시간
  • Loading branch information
ori0o0p committed Feb 26, 2024
1 parent 00d5f8f commit 4957a67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public Mono<Void> save(AuthMail authMail) {
return redisOperations.opsForValue()
.set(AUTHMAIL + authMail.getMail(),
authMail.getMail(),
Duration.ofHours(9))
Duration.ofHours(3))
.then();
}

Expand Down

0 comments on commit 4957a67

Please sign in to comment.