Skip to content

Commit

Permalink
Turn on conditional NoTransientInstancesOfPersistentClass - speeds up…
Browse files Browse the repository at this point in the history
… fetching a bit #29
  • Loading branch information
bero committed Dec 7, 2024
1 parent b05dd6d commit a965f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Bold.inc
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ Illegal symbol combination

// Do not allow creation of transient instances of a persistent class.
// This is rarely used and if explicitly prohibited allows TBoldClassListController to not have to execute AddTransientFromSystem
{.$DEFINE NoTransientInstancesOfPersistentClass}
{$DEFINE NoTransientInstancesOfPersistentClass}

// Do not allow adding of objects from different systems to same list
{.$DEFINE AllowCrossSystemLists}
Expand Down

0 comments on commit a965f56

Please sign in to comment.