Skip to content

Commit

Permalink
Reduce LimitIntensiveConnectionWorkers in memory_test
Browse files Browse the repository at this point in the history
- Make test runs more stable
  • Loading branch information
rod-hynes committed Jan 29, 2025
1 parent 2489510 commit c34e0c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psiphon/memory_test/memory_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ func runMemoryTest(t *testing.T, testMode int) {
modifyConfig["ConnectionWorkerPoolSize"] = 10
modifyConfig["DisableLocalSocksProxy"] = true
modifyConfig["DisableLocalHTTPProxy"] = true
modifyConfig["LimitIntensiveConnectionWorkers"] = 5
modifyConfig["LimitIntensiveConnectionWorkers"] = 2
modifyConfig["LimitMeekBufferSizes"] = true
modifyConfig["StaggerConnectionWorkersMilliseconds"] = 100
modifyConfig["IgnoreHandshakeStatsRegexps"] = true
Expand Down

0 comments on commit c34e0c6

Please sign in to comment.