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

@@ -22,6 +22,6 @@ exports = module.exports = {
'redis': { repo: 'cloudron/redis', tag: 'cloudron/redis:2.3.0@sha256:0e31ec817e235b1814c04af97b1e7cf0053384aca2569570ce92bef0d95e94d2' },
'mail': { repo: 'cloudron/mail', tag: 'cloudron/mail:2.9.4@sha256:0e169b97a0584a76197d2bbc039d8698bf93f815588b3b43c251bd83dd545465' },
'graphite': { repo: 'cloudron/graphite', tag: 'cloudron/graphite:2.3.0@sha256:b7bc1ca4f4d0603a01369a689129aa273a938ce195fe43d00d42f4f2d5212f50' },
'sftp': { repo: 'cloudron/sftp', tag: 'cloudron/sftp:2.0.0@sha256:fcf7d51718c8cbfea7bd7ba49c3214d8fc2c06e0920594e288452085de432773' }
'sftp': { repo: 'cloudron/sftp', tag: 'cloudron/sftp:2.0.0@sha256:c209d80d5412eab13df6b4d2f863643e92dcc10b794d5cf30f47f5aa12e90cab' }
}
};