Skip to content

Commit bbc739b

Browse files
committed
Adjust nav consulting rate limit
1 parent 8bd801d commit bbc739b

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.changeset/slimy-pots-beam.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@chainlink/nav-consulting-adapter': patch
3+
---
4+
5+
Adjust rate limit

packages/sources/nav-consulting/src/index.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ export const adapter = new Adapter({
1111
rateLimiting: {
1212
tiers: {
1313
default: {
14-
rateLimit1m: 20,
15-
note: 'Nothing in docs, setting reasonable rate limit based on 2req/bg execute',
14+
rateLimit1m: 6,
15+
note: 'DP limit is 50/min',
1616
},
1717
},
1818
},

0 commit comments

Comments
 (0)