diff --git a/hive/indexer/blocks.py b/hive/indexer/blocks.py index e114baa4c87a35b947af1b4f26d31361ea216d68..1baa3794707805ac65e33bf4bc9e6005cf3b29c3 100644 --- a/hive/indexer/blocks.py +++ b/hive/indexer/blocks.py @@ -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()