@base-framework/base 3.6.9 → 3.6.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -37,7 +37,9 @@ export class DataPubSub {
|
|
|
37
37
|
*/
|
|
38
38
|
protected flushIterations: number;
|
|
39
39
|
/**
|
|
40
|
-
* Maximum flush iterations before warning
|
|
40
|
+
* Maximum flush iterations before warning.
|
|
41
|
+
* Set high enough to handle deep reactive cascades in large apps
|
|
42
|
+
* (e.g. route change → multiple dependent data objects updating in sequence).
|
|
41
43
|
* @type {number}
|
|
42
44
|
*/
|
|
43
45
|
maxFlushIterations: number;
|