Skip to content

Commit 0554cc9

Browse files
committed
Initial Commit
1 parent bb0403c commit 0554cc9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main/java/net/relismdev/FilesServer.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ public static void main(String[] args) throws IOException {
3535
server.createContext("/", new HomePageHandler());
3636
server.createContext("/static", new StaticFileHandler(staticFilesDir));
3737

38-
// Use a thread pool to handle concurrent requests
3938
ExecutorService executor = Executors.newFixedThreadPool(10);
4039
server.setExecutor(executor);
4140

0 commit comments

Comments
 (0)