Skip to content

Commit

Permalink
increment batch limit (#33)
Browse files Browse the repository at this point in the history
Co-authored-by: zachppaul <[email protected]>
  • Loading branch information
zachpeterpaul and zachppaul authored Apr 6, 2022
1 parent 1ff0262 commit 1f5dbdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/load-assets.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const CUtils = require('./utils/common-utils');

const ASSET_QRY_LIMIT = 1000;
const ASSET_QRY_LIMIT = 100000;

class LoadAssets {
constructor(conf) {
Expand Down

0 comments on commit 1f5dbdd

Please sign in to comment.