We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77d27b0 commit d0e9c62Copy full SHA for d0e9c62
1 file changed
backend/xray/jobs.go
@@ -9,7 +9,6 @@ import (
9
"time"
10
)
11
12
-
13
func (x *Xray) startupLogTailSize() int {
14
if x.cfg != nil && x.cfg.StartupLogTailSize > 0 {
15
return x.cfg.StartupLogTailSize
@@ -115,6 +114,6 @@ func (x *Xray) checkXrayHealth(baseCtx context.Context) {
115
114
consecutiveFailures = 0 // Reset on success
116
}
117
118
- time.Sleep(time.Second * 5)
+ time.Sleep(time.Second * 2)
119
120
0 commit comments