updater: set the backup memory limit

This commit is contained in:
Girish Ramakrishnan
2021-02-01 14:07:23 -08:00
parent 14b2fa55c3
commit bcd04715c0
2 changed files with 27 additions and 20 deletions

View File

@@ -1,20 +1,20 @@
'use strict';
exports = module.exports = {
get: get,
add: add,
update: update,
setCompleted: setCompleted,
setCompletedByType: setCompletedByType,
listByTypePaged: listByTypePaged,
get,
add,
update,
setCompleted,
setCompletedByType,
listByTypePaged,
getLogs: getLogs,
getLogs,
startTask: startTask,
stopTask: stopTask,
stopAllTasks: stopAllTasks,
startTask,
stopTask,
stopAllTasks,
removePrivateFields: removePrivateFields,
removePrivateFields,
// task types. if you add a task here, fill up the function table in taskworker and dashboard client.js
TASK_APP: 'app',