mirror of
https://github.com/AgentSeal/codeburn.git
synced 2026-04-28 06:59:37 +00:00
Reduce CLI timeout from 60s to 20s for faster recovery
Some checks are pending
CI / semgrep (push) Waiting to run
Some checks are pending
CI / semgrep (push) Waiting to run
This commit is contained in:
parent
053ca25253
commit
d3c4de0375
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ import Foundation
|
|||
/// Pipe file descriptors pinned forever.
|
||||
private let maxPayloadBytes = 20 * 1024 * 1024
|
||||
private let maxStderrBytes = 256 * 1024
|
||||
private let spawnTimeoutSeconds: UInt64 = 60
|
||||
private let spawnTimeoutSeconds: UInt64 = 20
|
||||
|
||||
enum DataClientError: Error {
|
||||
case spawn(String)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue