mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-30 11:24:45 +02:00
api(client): fix decompress timeout (#4568)
This commit is contained in:
parent
428311e854
commit
680bce6d94
@ -231,6 +231,9 @@ class DaemonFileRepository extends DaemonRepository
|
|||||||
'root' => $root ?? '/',
|
'root' => $root ?? '/',
|
||||||
'file' => $file,
|
'file' => $file,
|
||||||
],
|
],
|
||||||
|
// Wait for up to 15 minutes for the decompress to be completed when calling this endpoint
|
||||||
|
// since it will likely take quite awhile for large directories.
|
||||||
|
'timeout' => 60 * 15,
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
} catch (TransferException $exception) {
|
} catch (TransferException $exception) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user