File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -164,11 +164,12 @@ TILEDB_EXPORT void tiledb_config_free(tiledb_config_t** config) TILEDB_NOEXCEPT;
164164 * (since the resulting fragment is dense). <br>
165165 * **Default**: 1.0
166166 * - `sm.consolidation.buffer_size` <br>
167- * Deprecated. Prefer `sm.consolidation.total_buffer_size` instead.
167+ * ** Deprecated**
168168 * The size (in bytes) of the attribute buffers used during
169169 * consolidation. <br>
170170 * **Default**: 50,000,000
171171 * - `sm.consolidation.total_buffer_size` <br>
172+ * **Deprecated**
172173 * The size (in bytes) of all attribute buffers used during
173174 * consolidation. <br>
174175 * **Default**: 2,147,483,648
Original file line number Diff line number Diff line change @@ -340,11 +340,12 @@ class Config {
340340 * (since the resulting fragments is dense). <br>
341341 * **Default**: 1.0
342342 * - `sm.consolidation.buffer_size` <br>
343- * Deprecated. Prefer `sm.consolidation.total_buffer_size` instead.
343+ * ** Deprecated**
344344 * The size (in bytes) of the attribute buffers used during
345345 * consolidation. <br>
346346 * **Default**: 50,000,000
347347 * - `sm.consolidation.total_buffer_size` <br>
348+ * **Deprecated**
348349 * The size (in bytes) of all attribute buffers used during
349350 * consolidation. <br>
350351 * **Default**: 2,147,483,648
You can’t perform that action at this time.
0 commit comments