mirror of
https://github.com/codex-storage/das-research.git
synced 2025-02-24 08:48:29 +00:00
change defaults to queue per p2p link
Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
This commit is contained in:
parent
89a6b1cdf7
commit
ead127e73e
@ -141,7 +141,7 @@ class Validator:
|
|||||||
|
|
||||||
self.repairOnTheFly = True
|
self.repairOnTheFly = True
|
||||||
self.sendLineUntil = (self.shape.blockSize + 1) // 2 # stop sending on a p2p link if at least this amount of samples passed
|
self.sendLineUntil = (self.shape.blockSize + 1) // 2 # stop sending on a p2p link if at least this amount of samples passed
|
||||||
self.perNeighborQueue = False # queue incoming messages to outgoing connections on arrival (as typical GossipSub impl)
|
self.perNeighborQueue = True # queue incoming messages to outgoing connections on arrival (as typical GossipSub impl)
|
||||||
self.perNodeQueue = False # keep a global queue of incoming messages for later sequential dispatch
|
self.perNodeQueue = False # keep a global queue of incoming messages for later sequential dispatch
|
||||||
self.shuffleLines = True # shuffle the order of rows/columns in each iteration while trying to send
|
self.shuffleLines = True # shuffle the order of rows/columns in each iteration while trying to send
|
||||||
self.shuffleNeighbors = True # shuffle the order of neighbors when sending the same segment to each neighbor
|
self.shuffleNeighbors = True # shuffle the order of neighbors when sending the same segment to each neighbor
|
||||||
|
Loading…
x
Reference in New Issue
Block a user