Skip to content

Commit

Permalink
refactor: Emitter Expiration Time 60초로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
park0jae committed Feb 27, 2024
1 parent 6df241e commit 3ec90a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
@RequiredArgsConstructor
public class SseController {

private static final Long EMITTER_EXPIRATION_TIME = 60 * 60 * 1000L;
private static final Long EMITTER_EXPIRATION_TIME = 60 * 1000L;

private final SseEmitters sseEmitters;
private final SseService sseService;
Expand Down

0 comments on commit 3ec90a8

Please sign in to comment.