Remove or increase timeouts for filemanager
This commit is contained in:
@@ -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));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user