Adjusting default initial window size to 512 KB.

This commit is contained in:
jushkem 2020-03-24 06:55:25 -04:00
parent 7c7491c30d
commit 6f658be557

View file

@ -28,7 +28,7 @@ import java.time.Duration;
*/
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;
/**