Skip to content

Commit

Permalink
Revert redundant chnage
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilbonte21 committed Nov 15, 2024
1 parent c1c2960 commit 9a9ed40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public EmbeddedServer(String host, int port, String path) throws IOException {
executor.allowCoreThreadTimeOut(true);
ExecutorThreadPool pool = new ExecutorThreadPool(executor, minThreads);

server = new Server(pool);executor.shutdown();
server = new Server(pool);

Connector connector = getConnector(host, port);
connector.addBean(new JettyConnectionMetrics(getMeterRegistry()));
Expand Down

0 comments on commit 9a9ed40

Please sign in to comment.