@optifye/dashboard-core 4.3.9 → 5.0.0
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.
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -21868,7 +21868,7 @@ var BottlenecksContent = ({
|
|
|
21868
21868
|
includeCycleTime: true,
|
|
21869
21869
|
includeMetadata: true,
|
|
21870
21870
|
// Always include metadata for timestamp info
|
|
21871
|
-
limit:
|
|
21871
|
+
limit: 1e3,
|
|
21872
21872
|
// Reasonable limit for UI performance
|
|
21873
21873
|
timestampStart: timestampStartFull,
|
|
21874
21874
|
timestampEnd: timestampEndFull
|
package/dist/index.mjs
CHANGED
|
@@ -21839,7 +21839,7 @@ var BottlenecksContent = ({
|
|
|
21839
21839
|
includeCycleTime: true,
|
|
21840
21840
|
includeMetadata: true,
|
|
21841
21841
|
// Always include metadata for timestamp info
|
|
21842
|
-
limit:
|
|
21842
|
+
limit: 1e3,
|
|
21843
21843
|
// Reasonable limit for UI performance
|
|
21844
21844
|
timestampStart: timestampStartFull,
|
|
21845
21845
|
timestampEnd: timestampEndFull
|