Bump ueberDB to get speed improvements

This commit is contained in:
Richard Hansen 2021-01-11 03:47:55 -05:00 committed by John McLear
parent 481fa047e4
commit edbe6d5387
5 changed files with 22 additions and 18 deletions

View file

@ -57,7 +57,7 @@ require('ep_etherpad-lite/node_modules/npm').load({}, (er, npm) => {
process.stdout.write('\n');
process.stdout.write('done. waiting for db to finish transaction. depended on dbms this may take some time...\n');
db.doShutdown(() => {
db.close(() => {
log(`finished, imported ${keyNo} keys.`);
process.exit(0);
});