Sorting aggregated actors by scene count back-end, showing disclaimer when limit is reached.

This commit is contained in:
2024-02-29 01:40:11 +01:00
parent 2125a91524
commit 92c2b1866b
10 changed files with 172 additions and 130 deletions

View File

@@ -17,6 +17,9 @@ module.exports = {
host: '127.0.0.1',
sqlPort: 9306,
httpPort: 9308,
maxMatches: 2000, // high match count needed primarily for actor aggregations
maxAggregateSize: 2000, // must be lower or equal to maxMatches
maxQueryTime: 10000,
},
timeout: 5000,
graphiql: false,