chore: checkpoint Boss app v2.5.11
This commit is contained in:
@@ -2,6 +2,20 @@
|
||||
"bindHost": "127.0.0.1",
|
||||
"port": 4317,
|
||||
"heartbeatIntervalMs": 15000,
|
||||
"heartbeatTimeoutMs": 12000,
|
||||
"heartbeatOutboxReplayLimit": 5,
|
||||
"heartbeatOutboxRequestTimeoutMs": 1000,
|
||||
"heartbeatOutboxReplayBudgetMs": 2500,
|
||||
"heartbeatPostTimeoutMs": 4000,
|
||||
"threadContextPostTimeoutMs": 1000,
|
||||
"skillsPostTimeoutMs": 1000,
|
||||
"reliableOutboxRequestTimeoutMs": 5000,
|
||||
"codexSessionDiscoveryTimeoutMs": 3500,
|
||||
"codexSessionDiscoveryWhileMasterTaskBusy": false,
|
||||
"masterAgentClaimTimeoutPaddingMs": 5000,
|
||||
"masterAgentControlStateTimeoutMs": 3000,
|
||||
"skillLifecycleClaimTimeoutMs": 5000,
|
||||
"skillLifecycleCompleteTimeoutMs": 5000,
|
||||
"masterAgentPollIntervalMs": 1000,
|
||||
"skillLifecycleEnabled": true,
|
||||
"skillLifecyclePollIntervalMs": 5000,
|
||||
@@ -34,9 +48,12 @@
|
||||
"codexAppServerWorkdir": "/Users/kris/code/boss",
|
||||
"codexAppServerTimeoutMs": 120000,
|
||||
"codexAppServerDiscoveryEnabled": true,
|
||||
"codexAppServerDiscoveryInlineInHeartbeat": false,
|
||||
"codexAppServerDiscoveryWhileMasterTaskBusy": false,
|
||||
"codexAppServerDiscoveryTtlMs": 300000,
|
||||
"codexAppServerDiscoveryLimit": 20,
|
||||
"codexAppServerFallbackToCli": true,
|
||||
"masterAgentLongTaskProgressIntervalMs": 20000,
|
||||
"codexRemoteControlEnabled": true,
|
||||
"codexRemoteControlCommand": "codex",
|
||||
"codexRemoteControlArgs": [
|
||||
|
||||
Reference in New Issue
Block a user