DBZ-6968 Added units to the documentation of cursor.oversize.skip.threshold

This commit is contained in:
Jakub Cechacek 2023-10-02 11:05:59 +02:00
parent a53ae013a7
commit 4729a1da67

View File

@ -1869,7 +1869,7 @@ Any change events for documents exceeding the maximum (specified by the `cursor.
|[[mongodb-property-cursor-oversize-skip-threshold]]<<mongodb-property-cursor-oversize-skip-threshold, `+cursor.oversize.skip.threshold+`>>
|0
|The maximum allowed size of the stored document for which change events are processed. This includes both, the size before and after database operation, more specifically this limits the size of fullDocument and fullDocumentBeforeChange filed of MongoDB change events.
|The maximum allowed size **in bytes** of the stored document for which change events are processed. This includes both, the size before and after database operation, more specifically this limits the size of fullDocument and fullDocumentBeforeChange filed of MongoDB change events.
|[[mongodb-property-cursor-max-await-time-ms]]<<mongodb-property-cursor-max-await-time-ms, `+cursor.max.await.time.ms+`>>
|`0`