iri icon indicating copy to clipboard operation
iri copied to clipboard

Solve unbound network layer queues

Open kwek20 opened this issue 4 years ago • 1 comments

Bug description

in #1833 we changed the network layer to use an unbound queue, which leads to increased memory footprint and reduced syncing speed.

It did however solve some issues regarding #1742

We should find a proper solution and revert the queues back to a bound version

Open question: Should we stick to 100, or change the number?

kwek20 avatar Apr 09 '20 19:04 kwek20

The problem is that we enter a deadlock... we shouldn't enter a deadlock

GalRogozinski avatar Apr 13 '20 16:04 GalRogozinski