Skip to content
Snippets Groups Projects
Commit e76f6e60 authored by Benjamin Wenger's avatar Benjamin Wenger
Browse files

added a max window size constant

parent 6483533b
No related branches found
No related tags found
1 merge request!11Release
......@@ -35,7 +35,7 @@ import (
const infinityTime = time.Duration(math.MaxInt64)
//4 MB
const MaxWindowSize = 4 * 1024 * 1024
const MaxWindowSize = math.MaxInt32
// KaClientOpts are the keepalive options for clients
// TODO: Set via configuration
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment