This repository has been archived by the owner on Oct 29, 2024. It is now read-only.
Transferring larger volumes results in ERR_CHILD_PROCESS_STDIO_MAXBUFFER
error.
#106
Labels
bug
Something isn't working
Describe the bug
Transferring a volume from one host to another, the size is 218.9MB and I'm getting the error after 30 seconds or so:
I believe that it's because you're using
exec
commands instead ofspawn
commands, I think.In file
volumes-backup-extension/ui/src/components /TransferDialog.tsx
I think that line 112:needs to change to the spawn command. Otherwise you can't transfer larger payloads.
Sorry about that.
The text was updated successfully, but these errors were encountered: