set CB delay to 2 secs

This commit is contained in:
Alfonso de la Rocha 2023-03-20 18:10:34 +01:00
parent 90c2f9dbe2
commit fa7e1ef78e
No known key found for this signature in database
GPG Key ID: B7BEF4B895F2B535

View File

@ -130,4 +130,4 @@ var WhitelistedBlock = MustParseCid("bafy2bzaceapyg2uyzk7vueh3xccxkuwbz3nxewjygu
// CBDeliveryDelay is the delay before deliver in the synchronous consistent broadcast. // CBDeliveryDelay is the delay before deliver in the synchronous consistent broadcast.
// This determines the wait time for the detection of potential equivocations. // This determines the wait time for the detection of potential equivocations.
var CBDeliveryDelay = 6 * time.Second var CBDeliveryDelay = 2 * time.Second