mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-02-11 15:25:16 -05:00
reduce default copilot executor pool size
This commit is contained in:
@@ -212,7 +212,7 @@ class Config(UpdateTrackingModel["Config"], BaseSettings):
|
||||
)
|
||||
|
||||
num_copilot_workers: int = Field(
|
||||
default=10,
|
||||
default=5,
|
||||
ge=1,
|
||||
le=100,
|
||||
description="Number of concurrent CoPilot executor workers",
|
||||
|
||||
Reference in New Issue
Block a user