Skip to content

Commit 64a7041

Browse files
authored
Update config.py
1 parent f8f703e commit 64a7041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

robusta_krr/core/models/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class Config(pd.BaseSettings):
5454
max_workers: int = pd.Field(6, ge=1)
5555

5656
# Discovery settings
57-
discovery_job_batch_size: int = pd.Field(1000, ge=1, description="Batch size for Kubernetes job API calls")
57+
discovery_job_batch_size: int = pd.Field(5000, ge=1, description="Batch size for Kubernetes job API calls")
5858
discovery_job_max_batches: int = pd.Field(100, ge=1, description="Maximum number of job batches to process to prevent infinite loops")
5959

6060
# Job grouping settings

0 commit comments

Comments
 (0)