Remove or increase timeouts for filemanager

This commit is contained in:
Johannes Zellner
2020-07-13 16:26:42 +02:00
parent ed9210eede
commit 0a7b132be8
2 changed files with 3 additions and 1 deletions

View File

@@ -17,6 +17,8 @@ function proxy(req, res, next) {
const appId = req.params.id;
req.clearTimeout();
docker.inspect('sftp', function (error, result) {
if (error)return next(BoxError.toHttpError(error));