Skip to content

Commit 0129df6

Browse files
committed
[recline.js][xs]: Update search row max value
1 parent 97e587e commit 0129df6

File tree

1 file changed

+1
-1
lines changed
  • ckanext/dataexplorer/public/vendor/recline

1 file changed

+1
-1
lines changed

ckanext/dataexplorer/public/vendor/recline/recline.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4781,7 +4781,7 @@ this.recline.View = this.recline.View || {};
47814781
},
47824782
initialize: function () {
47834783
var self = this;
4784-
const DATASTORE_SEARCH_ROWS_MAX = 3200; //TODO: Get param from environment/backend
4784+
const DATASTORE_SEARCH_ROWS_MAX = 32000; //TODO: Get param from environment/backend
47854785
// console.log(self.options);
47864786
_.bindAll(this, "render");
47874787
this.render();

0 commit comments

Comments
 (0)