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
hub (wallet server) now uses Elasticsearch to handle
claim_search
andresolve
requests for added performance and reliability #3153hub (wallet server) now uses Elasticsearch to handle
claim_search
andresolve
requests for added performance and reliability #3153Changes from 101 commits
3abdc01
488785d
996686c
dc10f8c
aa37faa
9924b7b
90106f5
1870f30
edfd707
6f5f8e5
ab53cec
1098f0d
8b91b38
143d82d
ee7b37d
82eec3d
1010068
0c6eaf5
78a9bad
dd950f5
119e519
e2441ea
7295b7e
146b693
f9471f2
9989d8d
9a9df2f
9b56067
5bc1a66
7674a0a
0f2a85b
8e68ba4
d467dcf
84ff0b8
0cf9533
7b4838f
0929088
e4d06a0
d4bf004
afe7ed5
19f70d7
e439a3a
ec9a3a4
1e53317
e61874b
bf44bef
dd412c0
87037c0
5d3704c
038a5f9
1ce328e
e21f236
dfca153
8d028ad
0a194b5
e12fab9
9251c87
24d11de
6781700
d9c7468
da8a8bd
a9a0ac9
a916c1f
ec89bca
920dad5
1949408
d388527
1783ff2
bd8f371
3254194
eb69242
5a9338a
02eb789
319187d
b1bb375
6b193ab
2641a9a
57f1108
4d83d42
f26394f
891b1e7
8f32303
c2e7b5a
20a5aec
60a5940
5dff02e
063be00
21e023f
c3e426c
6fa7da4
6166a34
73884b3
b81305a
a3e146d
6a35a7b
cd66f7e
d855e6c
ef97c9b
d09663c
7f5d88e
d47cf40
7df4cc4
c6372ea
5235a15
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.
can use a constant instead of 40
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.
is this currently used?
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.
should
lbry.utils.LRUCache
be used here instead?functools.lru_cache
has aRLock