Closed staltz closed 2 years ago
https://github.com/ssbc/ssb-replication-scheduler/issues/3
layered-graph doesn't have a way of resetting the data structure, so our reset() function in db2Contacts was actually preserving parts of the outdated social graph.
layered-graph
reset()
Use https://github.com/ssbc/layered-graph/pull/6 to reset the data structure.
1st :x: 2nd :heavy_check_mark:
Context
https://github.com/ssbc/ssb-replication-scheduler/issues/3
Problem
layered-graph
doesn't have a way of resetting the data structure, so ourreset()
function in db2Contacts was actually preserving parts of the outdated social graph.Solution
Use https://github.com/ssbc/layered-graph/pull/6 to reset the data structure.
1st :x: 2nd :heavy_check_mark: