Skip to content

Commit

Permalink
refactor : 25초로 생명주기 값 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
HandmadeCloud authored Jan 9, 2024
1 parent a065016 commit 68b64f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
@Component
public class SseEmitters {

private static final Long DEFAULT_TIMEOUT = 10 * 1000L; //
private static final Long DEFAULT_TIMEOUT = 25 * 1000L; //25초
private final Map<Long, SseEmitter> emitters = new ConcurrentHashMap<>();

public SseEmitter add(final Long receiverId) {
Expand Down

0 comments on commit 68b64f8

Please sign in to comment.