Skip to content

Commit 57c51dd

Browse files
committed
decrease delay
1 parent f7f6181 commit 57c51dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/mpc/registry.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ func (r *registry) registerReadyPairs(peerIDs []string, callback func()) {
8686
r.mu.Unlock()
8787
logger.Info("ALL PEERS ARE READY! Starting to accept MPC requests")
8888

89-
time.AfterFunc(10*time.Second, callback)
89+
time.AfterFunc(5*time.Second, callback)
9090
}
9191

9292
}

0 commit comments

Comments
 (0)