Skip to content
This repository has been archived by the owner on Feb 18, 2021. It is now read-only.

Commit

Permalink
Reduce the prefetch size
Browse files Browse the repository at this point in the history
  • Loading branch information
Aravind Srinivasan committed May 12, 2017
1 parent de33ddc commit 79f8686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/integration_test.go
Expand Up @@ -1886,7 +1886,7 @@ func (s *NetIntegrationSuiteParallelF) TestSmartRetry() {
Path: destPath,
ConsumerGroupName: cgPath,
ConsumerName: "TestSmartRetryConsumerName",
PrefetchCount: 10,
PrefetchCount: 2,
Options: &client.ClientOptions{Timeout: time.Second * 30}, // this is the thrift context timeout
}

Expand Down

0 comments on commit 79f8686

Please sign in to comment.