Skip to content

Commit

Permalink
none
Browse files Browse the repository at this point in the history
  • Loading branch information
HarryBleckert committed Sep 26, 2023
1 parent fbb49fb commit b8bf57d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ let ioNs = null;

// Sorting requires all pads to be loaded and analyzed.
// Todo: Retrieve all Pads only 1 time and update only new or edited pads in stored array.
const queryLimit = 900;
const queryLimit = 36000;

const isNumeric = (arg) => typeof arg === 'number' || (typeof arg === 'string' && parseInt(arg));
const regExpQuote = (x) => x.toString().replace(/[-\\^$*+?.()|[\]{}]/g, '\\$&');
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ep_adminpads3",
"version": "3.0.17",
"version": "3.0.18",
"description": "Etherpad plugin to search, view sorted lists and delete pads in /admin.",
"keywords": [
"etherpad",
Expand Down

0 comments on commit b8bf57d

Please sign in to comment.