Procházet zdrojové kódy

doc/architecture/consensus: updated default slot time

aggstam před 3 roky
rodič
revize
73f044e486
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      doc/src/architecture/consensus.md

+ 1 - 1
doc/src/architecture/consensus.md

@@ -9,7 +9,7 @@ blockchain achieve consensus.
 |------------------------|-------------------------------------------------------------------------------------------|
 | Consensus              | Algorithm for reaching blockchain consensus between participating nodes                   |
 | Node                   | darkfid daemon participating in the network                                               |
-| Slot                   | Specified timeframe for block production, measured in seconds(default=20)                 |
+| Slot                   | Specified timeframe for block production, measured in seconds(default=90)                 |
 | Epoch                  | Specified timeframe for blockchain events, measured in slots(default=10)                  |
 | Leader                 | Block producer                                                                            |
 | Unproposed Transaction | Transaction that exists in the memory pool but has not yet been included in a block       |