commit stashed admin-rpc refactor

This commit is contained in:
ansuz
2020-02-27 15:00:31 -05:00
parent 5eefc6d0aa
commit c26560e3f9
2 changed files with 35 additions and 26 deletions

View File

@@ -37,8 +37,11 @@ module.exports.create = function (config, cb) {
metadata_cache: {},
channel_cache: {},
queueStorage: WriteQueue(),
batchIndexReads: BatchRead("HK_GET_INDEX"),
batchMetadata: BatchRead('GET_METADATA'),
batchRegisteredUsers: BatchRead("GET_REGISTERED_USERS"),
batchDiskUsage: BatchRead('GET_DISK_USAGE'),
//historyKeeper: config.historyKeeper,
intervals: config.intervals || {},