We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97e587e commit 0129df6Copy full SHA for 0129df6
ckanext/dataexplorer/public/vendor/recline/recline.js
@@ -4781,7 +4781,7 @@ this.recline.View = this.recline.View || {};
4781
},
4782
initialize: function () {
4783
var self = this;
4784
- const DATASTORE_SEARCH_ROWS_MAX = 3200; //TODO: Get param from environment/backend
+ const DATASTORE_SEARCH_ROWS_MAX = 32000; //TODO: Get param from environment/backend
4785
// console.log(self.options);
4786
_.bindAll(this, "render");
4787
this.render();
0 commit comments