Skip to content
Snippets Groups Projects
Commit b4283d8c authored by Bartek Wrona's avatar Bartek Wrona
Browse files

Follow data shall be flushed also from Blocks.process level which is used at...

Follow data shall be flushed also from Blocks.process level which is used at regular block listening path.
parent 763dbde8
No related branches found
No related tags found
4 merge requests!456Release candidate v1 24,!230Setup monitoring with pghero,!138Small typos fixed,!125Follow data shall be flushed also from Blocks.process level which is used at...
......@@ -63,6 +63,7 @@ class Blocks:
Votes.flush()
Posts.flush()
Reblog.flush()
Follow.flush(trx=False)
block_num = int(block['block_id'][:8], base=16)
cls.on_live_blocks_processed( block_num, block_num )
time_end = perf_counter()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment