mirror of
https://github.com/nasa/openmct.git
synced 2025-02-20 17:33:23 +00:00
Revert record size limit to 5000
This commit is contained in:
parent
a1b1fa464e
commit
9b8b63a0d8
@ -106,7 +106,7 @@
|
||||
|
||||
var data = [];
|
||||
|
||||
for (; nextStep < end && data.length < 50000; nextStep += step) {
|
||||
for (; nextStep < end && data.length < 5000; nextStep += step) {
|
||||
data.push({
|
||||
name: request.name,
|
||||
utc: nextStep,
|
||||
|
Loading…
x
Reference in New Issue
Block a user