Skip to content

Commit

Permalink
πŸ› fix: alan 응닡 μ‹œκ°„ 단좕
Browse files Browse the repository at this point in the history
  • Loading branch information
soogoori committed May 15, 2024
1 parent d71b600 commit ec54153
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ public Flux<ServerSentEvent<AlanResponseDto>> getAlanResponse(HttpServletRespons
.map(data -> ServerSentEvent.<AlanResponseDto>builder()
.data(data)
.build())
.delayElements(Duration.ofMillis(50));
.delayElements(Duration.ofMillis(10));
}
}

0 comments on commit ec54153

Please sign in to comment.