initCache after every restore

This commit is contained in:
Girish Ramakrishnan
2019-07-27 19:09:09 -07:00
parent d3c5d53eae
commit 2cd00de6e3
2 changed files with 1 additions and 2 deletions

View File

@@ -642,7 +642,7 @@ function restore(backupConfig, backupId, progressCallback, callback) {
debug('restore: database imported');
callback();
settings.initCache(callback);
});
});
}