Skip to content

Commit

Permalink
change to query up to 10000 fields
Browse files Browse the repository at this point in the history
  • Loading branch information
awick committed Aug 28, 2023
1 parent 112695b commit d6572db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion viewer/db.js
Original file line number Diff line number Diff line change
Expand Up @@ -1756,7 +1756,7 @@ exports.sid2Index = function (id, options) {
};

exports.loadFields = async () => {
return exports.search('fields', 'field', { size: 3000 });
return exports.search('fields', 'field', { size: 10000 });
};

exports.getIndices = async (startTime, stopTime, bounding, rotateIndex) => {
Expand Down

0 comments on commit d6572db

Please sign in to comment.