mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
Increase archive worktree RPC timeout
This commit is contained in:
@@ -2759,7 +2759,7 @@ export class DaemonClient {
|
||||
branchName: input.branchName,
|
||||
},
|
||||
responseType: "paseo_worktree_archive_response",
|
||||
timeout: 20000,
|
||||
timeout: 60000,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user