hyphacoop / openarchive-dweb-backend

A project to integrate decentralized tooling into OpenArchive's Save app
GNU General Public License v3.0
0 stars 1 forks source link

Network stability fix #57

Open writerly03 opened 1 week ago

writerly03 commented 1 week ago

Veilid network instability is causing an issue where users can't see other user's lists of documents because the nodes are not persisting long enough.

Here is the suggested plan of attack to address this issue:

(1) Because we believe this is at the protocol level, @RangerMauve will loop back with Veilid to see if they have some additional suggestions today.

(2) Next tactic will be to work on reducing the number of 'hops' on the route to see if this has a positive impact.

(3) Finally, we can look into creating a private network; e.g. spinning up a VM and create a bunch of nodes that can be always 'on.'

writerly03 commented 1 week ago

Update on the above: