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

Merge branch 'follow_flush_fix' into 'develop'

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

See merge request !125
parents 763dbde8 b4283d8c
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: ...@@ -63,6 +63,7 @@ class Blocks:
Votes.flush() Votes.flush()
Posts.flush() Posts.flush()
Reblog.flush() Reblog.flush()
Follow.flush(trx=False)
block_num = int(block['block_id'][:8], base=16) block_num = int(block['block_id'][:8], base=16)
cls.on_live_blocks_processed( block_num, block_num ) cls.on_live_blocks_processed( block_num, block_num )
time_end = perf_counter() 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