Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DF-19483 increase group size #3234

Merged
merged 4 commits into from
Apr 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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
Expand Up @@ -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:
Expand Down