Fetch remote files when not in indexeddb
This commit is contained in:
parent
f3ca7b9a44
commit
6df2be7944
6 changed files with 153 additions and 36 deletions
|
|
@ -597,7 +597,6 @@ class FileNodesLinkStore extends SimpleNodeStore {
|
|||
// Maintains an index to quickly find orphaned files.
|
||||
nodelink.NodeCount = nodelink.Nodes.length
|
||||
|
||||
console.log('removing', nodelink)
|
||||
await this.add({data: nodelink})
|
||||
}
|
||||
}// }}}
|
||||
|
|
@ -620,7 +619,6 @@ class FileNodesLinkStore extends SimpleNodeStore {
|
|||
// Maintains an index to quickly find orphaned files.
|
||||
nodelink.NodeCount = nodelink.Nodes.length
|
||||
|
||||
console.log('pushing', nodelink)
|
||||
await this.add({data: nodelink})
|
||||
}
|
||||
}// }}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue