Skip to content

Commit

Permalink
DF-19483 increase group size (#3234)
Browse files Browse the repository at this point in the history
* increase group size

* changeset

* increase group size to 100
Subarna-Singh authored Apr 4, 2024
1 parent afcbd0b commit 7e91c75
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/thirty-dots-fail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@chainlink/por-address-list-adapter': minor
---

Increase group size
2 changes: 1 addition & 1 deletion packages/sources/por-address-list/src/config/index.ts
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ export const config = new AdapterConfig({
description:
'The number of concurrent batched contract calls to make at a time. Setting this lower than the default may result in lower performance from the adapter.',
type: 'number',
default: 10,
default: 100,
},
BACKGROUND_EXECUTE_MS: {
description:

0 comments on commit 7e91c75

Please sign in to comment.