docs/Writerside/topics/install.md

changeset 1555
8972247f54e8
parent 1475
9381883c1a99
--- a/docs/Writerside/topics/install.md	Sun Dec 07 15:33:16 2025 +0100
+++ b/docs/Writerside/topics/install.md	Sun Dec 07 15:34:46 2025 +0100
@@ -160,4 +160,14 @@
     <td>The buffer size on the heap for a stream copy.</td>
     <td>8,192</td>
 </tr>
+<tr>
+    <td>CX_PROPERTIES_LOAD_FILL_SIZE</td>
+    <td>The size of the stack buffer used to fill the parser in cxPropertiesLoad().</td>
+    <td>1,024</td>
+</tr>
+<tr>
+    <td>CX_PROPERTIES_LOAD_BUF_SIZE</td>
+    <td>The size of the stack used for the line buffer in cxPropertiesLoad().</td>
+    <td>256</td>
+</tr>
 </table>

mercurial