We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e927044 commit 7f95809Copy full SHA for 7f95809
venona/VERSION
@@ -1 +1 @@
1
-1.5.9
+1.5.10
venona/pkg/agent/agent.go
@@ -51,8 +51,8 @@ var (
51
const (
52
defaultTaskPullingInterval = time.Second * 3
53
defaultStatusReportingInterval = time.Second * 10
54
- defaultProxyRequestTimeout = time.Second * 20
55
- defaultProxyRequestRetries = 3
+ defaultProxyRequestTimeout = time.Second * 60
+ defaultProxyRequestRetries = 5
56
)
57
58
type (
venonactl/VERSION
0 commit comments