mirror of
https://github.com/godotengine/godot-interactive-changelog.git
synced 2025-12-31 01:49:28 +03:00
Merge pull request #31 from godotengine/compose-db-reduce-commits-per-page
composedb: Reduce commits per page to 50
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