mirror of
https://github.com/godotengine/godot-interactive-changelog.git
synced 2025-12-31 01:49:28 +03:00
composedb: Reduce commits per page to 50
We've started getting HTTP error 502 on requests for 150 commits since one week.
This commit is contained in:
@@ -2,7 +2,7 @@ const DataFetcher = require('./build/utils/compose-fetcher.js');
|
||||
const DataProcessor = require('./build/utils/compose-processor.js');
|
||||
const DataIO = require('./build/utils/compose-io.js');
|
||||
|
||||
const COMMITS_PER_PAGE = 150;
|
||||
const COMMITS_PER_PAGE = 50;
|
||||
|
||||
async function main() {
|
||||
// Internal utility methods.
|
||||
|
||||
Reference in New Issue
Block a user