Skip to content

Commit 2ac3c18

Browse files
committed
Review
1 parent 164c581 commit 2ac3c18

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

content/en/docs/refguide/modeling/dev-best-practices.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -350,13 +350,11 @@ Applications exceeding these guidelines may still function, depending on your sy
350350
Project size impacts IDE performance. Choose a development strategy that aligns with your system's capabilities and Mendix's recommended guidelines.
351351
{{% /alert %}}
352352

353-
### ModelSDK
353+
### Model SDK
354354

355-
* The Mendix ModelSDK imposes a strict limit of 20,000 units per working copy.
355+
The Mendix Model SDK enforces a strict limit of 20,000 units per working copy.
356356

357-
A unit represents a single document or element found in the app explorer.
358-
This limitation helps ensure stable performance and efficient resource handling when working with large Mendix applications and models through the SDK.
359-
When building solutions or automation using the ModelSDK, ensure that working copies do not exceed the 20,000-unit threshold to avoid errors or incomplete processing.
357+
A unit represents a single document or element found in the app explorer. This limit helps ensure stable performance and efficient resource handling when working with large Mendix applications and models through the SDK. When building solutions or automation using the Model SDK, ensure that working copies do not exceed the 20,000-unit threshold to avoid errors or incomplete processing.
360358

361359
### Domain Models
362360

0 commit comments

Comments
 (0)