Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tarun388 committed Mar 7, 2024
1 parent 578e858 commit 8984f86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/jredis/Server.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ public void start() {

clientConnection.start();

// Uncomment below 4 lines to run asynchronously and comment out above three code lines to disable thread
// CompletableFuture<Void> future = CompletableFuture.runAsync(() -> {
// ConnectionHandler c = new ConnectionHandler(clientSocket, serializer, deserializer, db);
// c.run();
Expand Down

0 comments on commit 8984f86

Please sign in to comment.