Небольшие доработки remoteSent, оптимизация отправки файлов

This commit is contained in:
Book Pauk
2022-07-17 21:10:52 +07:00
parent e65a8a13ea
commit 4fd9d579e0
5 changed files with 72 additions and 14 deletions

View File

@@ -39,6 +39,11 @@ module.exports = {
],
jembaDb: [
{
dbName: 'app',
thread: true,
openAll: true,
},
{
dbName: 'reader-storage',
thread: true,