Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
[RelayMiner] Supplier rate limiting #895
[RelayMiner] Supplier rate limiting #895
Changes from 1 commit
6738d21
3e6a146
c3a235a
846bc1d
40c56a5
98736f3
eeabb30
10ef513
0e725a4
bbe2366
ad70e70
b02ef24
8663fac
085d134
1de13ba
b8dff51
9231d6f
f79989a
4c335e7
0020303
f7a0da7
79ac3e6
1befc5e
e5a732b
197c5a0
61a62fa
942c525
5db96bc
13784b8
2be5464
3baec62
e91a20e
568ecb9
6c836e7
fafd2f3
ba13177
3185741
1593bfb
b2a14b2
5e6e514
2b14bab
f050d8c
196c2fa
6fea32f
b175916
7bd6058
3f1a2b8
f304c87
aaec275
2ee8448
6170a45
2784cfb
2bd7240
4c65e84
ee93efa
1550475
cbe98ac
cd45da6
5ad3b28
e7c288b
44a5b19
d38c51c
c5a3c20
1146aba
7b8998e
88a3d45
4b04353
331654f
1cb995c
a39d5b2
a2dd722
2b64d0b
586b20e
75fc9b6
b46cb72
e7d14ba
02e40fb
990ef42
8d491ce
a800fbd
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could (should?) this be a value that we cache on initialization or new sessions?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There seems to be no need to caching or initialization, this is the only place where it's being used.
The
maxCoin
is updated at the beginning of each session, whileoverServicingAllowanceCoins
are configured at startup and unchanged.