What the heck are these abysmal timeouts; closes #2223
This commit is contained in:
parent
d1a28051f9
commit
95e8492c5d
3 changed files with 7 additions and 4 deletions
|
@ -230,6 +230,9 @@ class DaemonFileRepository extends DaemonRepository
|
|||
'root' => $root ?? '/',
|
||||
'files' => $files,
|
||||
],
|
||||
// Wait for up to 15 minutes for the archive to be completed when calling this endpoint
|
||||
// since it will likely take quite awhile for large directories.
|
||||
'timeout' => 60 * 15,
|
||||
]
|
||||
);
|
||||
} catch (TransferException $exception) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue