EEMplekei / BlockChat

A blockchain from scratch
0 stars 0 forks source link

Send Messages Sleep (Better Throughput) #49

Closed ntua-el19848 closed 7 months ago

ntua-el19848 commented 8 months ago

Fix the blockchain to increase the throughput.

Currently we have sleep in send messages testing script in order for the messages to not be sent simultaneously on the same node.

We have to fix this to be handled in backend.