Skip to content

Commit

Permalink
discovery: Increase orchestrator discovery timeout from 500ms to 1s
Browse files Browse the repository at this point in the history
  • Loading branch information
leszko committed Mar 4, 2022
1 parent bd5e342 commit 635b3e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discovery/discovery.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
)

var getOrchestratorsTimeoutLoop = 3 * time.Second
var getOrchestratorsCutoffTimeout = 500 * time.Millisecond
var getOrchestratorsCutoffTimeout = 1 * time.Second

var serverGetOrchInfo = server.GetOrchestratorInfo

Expand Down

0 comments on commit 635b3e4

Please sign in to comment.