queue blob and channel deletions per-user

This commit is contained in:
ansuz
2020-04-09 16:29:52 -04:00
parent bd3e18d1a8
commit e527867e2e
2 changed files with 20 additions and 9 deletions

View File

@@ -38,6 +38,7 @@ module.exports.create = function (config, cb) {
metadata_cache: {},
channel_cache: {},
queueStorage: WriteQueue(),
queueDeletes: WriteQueue(),
batchIndexReads: BatchRead("HK_GET_INDEX"),
batchMetadata: BatchRead('GET_METADATA'),