chore: set xworkmate bridge openclaw active budget to five
This commit is contained in:
parent
aa674a7dac
commit
f51958a4a2
@ -70,7 +70,7 @@ App-facing endpoints:
|
||||
|
||||
OpenClaw task admission is configured in the generated bridge `config.yaml` from these role variables:
|
||||
|
||||
- `xworkmate_bridge_openclaw_gateway_max_active` defaults to `1`
|
||||
- `xworkmate_bridge_openclaw_gateway_max_active` defaults to `5`
|
||||
- `xworkmate_bridge_openclaw_gateway_max_queued` defaults to `20`
|
||||
- `xworkmate_bridge_openclaw_gateway_queue_timeout` defaults to `10m`
|
||||
|
||||
|
||||
@ -17,7 +17,7 @@ xworkmate_bridge_service_environment:
|
||||
BRIDGE_AUTH_TOKEN: "{{ xworkmate_bridge_effective_auth_token | default(xworkmate_bridge_auth_token) }}"
|
||||
BRIDGE_CONFIG_PATH: "{{ xworkmate_bridge_config_file }}"
|
||||
IMAGE: "{{ xworkmate_bridge_effective_runtime_image_ref | default(xworkmate_bridge_runtime_image_ref) }}"
|
||||
xworkmate_bridge_openclaw_gateway_max_active: 1
|
||||
xworkmate_bridge_openclaw_gateway_max_active: 5
|
||||
xworkmate_bridge_openclaw_gateway_max_queued: 20
|
||||
xworkmate_bridge_openclaw_gateway_queue_timeout: 10m
|
||||
xworkmate_bridge_required_services:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user