Skip to content

Commit

Permalink
Update ResponseBodyEmitterController.java
Browse files Browse the repository at this point in the history
  • Loading branch information
pivovarit authored Jul 31, 2018
1 parent a121354 commit e7091ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

@Controller
public class ResponseBodyEmitterController {
private ExecutorService nonBlockingService = Executors.newSingleThreadExecutor();
private ExecutorService nonBlockingService = Executors.newCachedThreadPool();

@GetMapping(Constants.API_RBE)
public ResponseEntity<ResponseBodyEmitter> handleRbe() {
Expand Down

0 comments on commit e7091ab

Please sign in to comment.