Network performance is slow/stalls with three holochain conductors #1307
Description
This is with Holochain v0.0.12-alpha1 and n3h v0.0.11-alpha.
Local Zome updates are fast now, but when using multiple holochain conductors there is a significant delay when even two are used, with three, some updates never fully propagate at all.
I have three agents defined in separate conductor configs. The second and third conductors are instantiated with the bootstrap node of the first conductor after it loads.
This is being tested with Coolcats2, clone and make startnet
to initialize two instances that can be accessed on localhost:8000 and localhost:8001 by default, edit the Makefile first to uncomment the third holochain instance at the bottom of the dna-startnet
definition to enable localhost:8002 for performance testing. Run make stopnet
and make reset
between tests to clean up.