Add a queue for multiple uploads in the file app

This commit is contained in:
yflory
2017-05-19 18:41:34 +02:00
parent ef155d8ccf
commit 1ab6eb3c5d
5 changed files with 150 additions and 14 deletions

2
rpc.js
View File

@@ -13,7 +13,7 @@ var RPC = module.exports;
var Store = require("./storage/file");
var DEFAULT_LIMIT = 50 * 1024 * 1024;
var DEFAULT_LIMIT = 150 * 1024 * 1024;
var isValidId = function (chan) {
return /^[a-fA-F0-9]/.test(chan) ||