Skip to content

Commit

Permalink
Merge pull request #456 from TrekkieCoder/main
Browse files Browse the repository at this point in the history
PR - init timing changes
  • Loading branch information
UltraInstinct14 authored Dec 8, 2023
2 parents a3dcf52 + df129d0 commit edfc258
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions loxinet/loxinet.go
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,10 @@ func loxiNetInit() {
// Initialize the clustering subsystem
mh.has = CIInit(spawnKa, kaMode)
if clusterMode {
if opts.Opts.Bgp {
tk.LogIt(tk.LogInfo, "init-wait cluster mode\n")
time.Sleep(10 * time.Second)
}
// Add cluster nodes if specified
cNodes := strings.Split(opts.Opts.ClusterNodes, ",")
for _, cNode := range cNodes {
Expand Down

0 comments on commit edfc258

Please sign in to comment.