Skip to content

Commit 9cee305

Browse files
Make batching documentation match code (#3322) (#1917)
Co-authored-by: Rishi Malik <[email protected]> Signed-off-by: Modular Magician <[email protected]> Co-authored-by: Rishi Malik <[email protected]>
1 parent ef330b9 commit 9cee305

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.changelog/3322.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
3+
```

website/docs/guides/provider_reference.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ after which a request should be sent. Defaults to 10s. Should be a non-negative
335335
integer or float string with a unit suffix, such as "300ms", "1.5h" or "2h45m".
336336
Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h".
337337

338-
* `disable_batching` - (Optional) Defaults to false. If true, disables global
338+
* `enable_batching` - (Optional) Defaults to true. If false, disables global
339339
batching and each request is sent normally.
340340

341341
---

0 commit comments

Comments
 (0)