Skip to content

Commit

Permalink
Adjusting default initial window size to 512 KB. (#706)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-kim authored Apr 15, 2020
1 parent e045b30 commit 8873b13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*/
public class KinesisClientUtil {

private static int INITIAL_WINDOW_SIZE_BYTES = 10 * 1024 * 1024;
private static int INITIAL_WINDOW_SIZE_BYTES = 512 * 1024; // 512 KB
private static long HEALTH_CHECK_PING_PERIOD_MILLIS = 60 * 1000;

/**
Expand Down

0 comments on commit 8873b13

Please sign in to comment.