Skip to content

Commit

Permalink
limit 10
Browse files Browse the repository at this point in the history
  • Loading branch information
martinheppner committed Aug 20, 2024
1 parent a031cae commit c1a6399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jobs/sync.js
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ export async function syncFahrplan(mode='dev'){
}

// Now add new lines
let limit = 1; // 000; // not more than 5000;
let limit = 10; // 00; // not more than 5000;
let counter = 0;
let bundles = [];

Expand Down

0 comments on commit c1a6399

Please sign in to comment.