|
|
@@ -791,7 +791,7 @@ func useTunnel(t *testing.T, httpProxyPort int) {
|
|
|
|
|
|
const disruptorProxyAddress = "127.0.0.1:2160"
|
|
|
const disruptorProxyURL = "socks4a://" + disruptorProxyAddress
|
|
|
-const disruptorMaxConnectionBytes = 625000
|
|
|
+const disruptorMaxConnectionBytes = 500000
|
|
|
const disruptorMaxConnectionTime = 10 * time.Second
|
|
|
|
|
|
func initDisruptor() {
|