We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb0403c commit 0554cc9Copy full SHA for 0554cc9
1 file changed
src/main/java/net/relismdev/FilesServer.java
@@ -35,7 +35,6 @@ public static void main(String[] args) throws IOException {
35
server.createContext("/", new HomePageHandler());
36
server.createContext("/static", new StaticFileHandler(staticFilesDir));
37
38
- // Use a thread pool to handle concurrent requests
39
ExecutorService executor = Executors.newFixedThreadPool(10);
40
server.setExecutor(executor);
41
0 commit comments