File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -216,12 +216,12 @@ that closes when the bucket is full:
216216
217217How each policy uses these buffers:
218218
219- | Policy | Slots limit | Pending writes limit |
220- | --------| -------------| -- -------------------|
221- | ` 'strict' ` | ` highWaterMark ` | ` highWaterMark ` |
222- | ` 'block' ` | ` highWaterMark ` | Unbounded |
223- | ` 'drop-oldest' ` | ` highWaterMark ` | N/A (never waits) |
224- | ` 'drop-newest' ` | ` highWaterMark ` | N/A (never waits) |
219+ | Policy | Slots limit | Pending writes limit |
220+ | --------------- | --------------- | -------------------- |
221+ | ` 'strict' ` | ` highWaterMark ` | ` highWaterMark ` |
222+ | ` 'block' ` | ` highWaterMark ` | Unbounded |
223+ | ` 'drop-oldest' ` | ` highWaterMark ` | N/A (never waits) |
224+ | ` 'drop-newest' ` | ` highWaterMark ` | N/A (never waits) |
225225
226226#### Strict (default)
227227
You can’t perform that action at this time.
0 commit comments