Skip to content

Commit

Permalink
Increase server reading rate further
Browse files Browse the repository at this point in the history
  • Loading branch information
lochana-chathura committed Nov 24, 2024
1 parent 1b89090 commit e79f6e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public void run() {
}
feedAndPrint(s);
} else {
TimeUnit.MICROSECONDS.sleep(400);
TimeUnit.MICROSECONDS.sleep(200);
}
}
String s = bufferedReader.readLine();
Expand Down

0 comments on commit e79f6e8

Please sign in to comment.