restore sync
This commit is contained in:
parent
c8e37ae4b2
commit
675e133e1f
@ -17,6 +17,7 @@ module.exports = class P2PStore {
|
||||
this.id = rows[0].mx + 1;
|
||||
|
||||
console.log('store db index', this.id)
|
||||
this.sync()
|
||||
})
|
||||
|
||||
this.p2p.on('dbStore', (record, callback) => {
|
||||
|
Loading…
Reference in New Issue
Block a user