orbitdb-archive / orbit-db-store

Base class for orbit-db data stores
MIT License
40 stars 22 forks source link

Timeout not passed to Log.fromEntryHash casues stuck replication on missing heads #94

Open phillmac opened 4 years ago

phillmac commented 4 years ago

https://github.com/orbitdb/orbit-db-store/blob/ae16436fd69cf48c6f5fe490893cef9735db9bf4/src/Replicator.js#L168

E.g. proper timeout useage https://github.com/orbitdb/orbit-db-store/blob/ae16436fd69cf48c6f5fe490893cef9735db9bf4/src/Store.js#L260 This issue is wip, will add more details & fix later