itemsPerPage: 200
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
ale 2024-10-20 23:15:12 +02:00
parent b526ba6965
commit 980b186c31
2 changed files with 4 additions and 4 deletions

View File

@ -9,16 +9,16 @@
},
"license": "MIT",
"scripts": {
"start": "rm -f core && node --max-old-space-size=1024 server.js",
"start": "rm -f core && node server.js",
"build": "rm -rf dist/* && parcel build public/index.html --no-source-maps --dist-dir dist/",
"install": "cd node_modules && rm -rf http-signature && rm -rf request/node_modules/http-signature && mv @peertube/http-signature ."
},
"dependencies": {
"@elastic/elasticsearch": "^8.15.0",
"@elastic/elasticsearch": "^8.15.1",
"@peertube/http-signature": "^1.7.0",
"activitypub-express": "^4.4.2",
"dayjs": "^1.11.13",
"express": "^4.21.0",
"express": "^4.21.1",
"html2canvas": "^1.4.1",
"mongodb": "^4.17.2",
"morgan": "^1.10.0",

View File

@ -51,7 +51,7 @@ const apexinstance = require('./lib/apex'),
endpoints: {
proxyUrl: 'https://' + constant.apexdomain + '/proxy'
},
itemsPerPage: 150
itemsPerPage: 200
}),
server = http.createServer(app).listen(4000, () => {
mongoclient.connect()