mirror of
https://github.com/LBRYFoundation/lbry-sdk.git
synced 2025-08-23 17:27:25 +00:00
disable es (revert)
This commit is contained in:
parent
9cbb19c304
commit
8bea10960f
1 changed files with 1 additions and 1 deletions
|
@ -444,7 +444,7 @@ class BlockProcessor:
|
||||||
for block in blocks:
|
for block in blocks:
|
||||||
await self.run_in_thread_with_lock(self.advance_block, block)
|
await self.run_in_thread_with_lock(self.advance_block, block)
|
||||||
# TODO: we shouldnt wait on the search index updating before advancing to the next block
|
# TODO: we shouldnt wait on the search index updating before advancing to the next block
|
||||||
await self.db.search_index.claim_consumer(self.claim_producer())
|
# await self.db.search_index.claim_consumer(self.claim_producer())
|
||||||
self.db.search_index.clear_caches()
|
self.db.search_index.clear_caches()
|
||||||
self.touched_claims_to_send_es.clear()
|
self.touched_claims_to_send_es.clear()
|
||||||
self.removed_claims_to_send_es.clear()
|
self.removed_claims_to_send_es.clear()
|
||||||
|
|
Loading…
Add table
Reference in a new issue