We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd0de72 commit 534e8a3Copy full SHA for 534e8a3
test/types/config.go
@@ -49,10 +49,11 @@ func AgentConfig() *config.Config {
49
Time: clientTime,
50
PermitWithoutStream: clientPermitWithoutStream,
51
},
52
- MaxMessageReceiveSize: 1,
53
- MaxMessageSendSize: 1,
54
- MaxFileSize: 1,
55
- FileChunkSize: 1,
+ MaxMessageReceiveSize: 1,
+ MaxMessageSendSize: 1,
+ MaxFileSize: 1,
+ FileChunkSize: 1,
56
+ MaxParallelFileOperations: 5,
57
58
Backoff: &config.BackOff{
59
InitialInterval: commonInitialInterval,
0 commit comments