Skip to content

Commit 0145d54

Browse files
authored
Merge of #9584
2 parents a7c8709 + 61fe308 commit 0145d54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/mergify-configuration-schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2423,7 +2423,7 @@
24232423
},
24242424
"batch_max_wait_time": {
24252425
"default": "30 seconds",
2426-
"description": "The maximum amount of time to wait before creating a batch when the batch is not full.",
2426+
"description": "The maximum amount of time to wait for additional pull requests before processing a batch that hasn't reached `batch_size`. The timer starts when the first pull request enters the batch. If `batch_size` is reached before this time expires, the batch processes immediately. This does not enforce a minimum delay between batches.",
24272427
"format": "duration",
24282428
"title": "Batch Max Wait Time",
24292429
"type": "string"
@@ -2641,7 +2641,7 @@
26412641
},
26422642
"batch_max_wait_time": {
26432643
"default": "30 seconds",
2644-
"description": "The maximum amount of time to wait before creating a batch when the batch is not full.",
2644+
"description": "The maximum amount of time to wait for additional pull requests before processing a batch that hasn't reached `batch_size`. The timer starts when the first pull request enters the batch. If `batch_size` is reached before this time expires, the batch processes immediately. This does not enforce a minimum delay between batches.",
26452645
"format": "duration",
26462646
"title": "Batch Max Wait Time",
26472647
"type": "string"

0 commit comments

Comments
 (0)