fix: add lru cache required property #120
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
lru cache 의 필수 속성을 설정합니다
현재는 임의로 1000으로 설정했습니다.
해당 값은 logout 된 token 을 저장하는 cache 로 1000개 이상 저장이 될 경우 기존 logout 처리한 token 을 다시 사용 가능해집니다
하지만 저희 유저가 1000명 이상이 되기 전까지는 문제가 없을거라 생각됩니다.
추후 실제 유저가 많아지면 해당 값 설정을 변경해야 할수 있습니다