Uniform insert operations in follow and reblog
Feed cache changes:
- Redefined primary key in
FeedCache - Added
block_numcolumn toFeedCache -
FeedCacheis now build during initial sync - Batch insert added to
FeedCachefollowing batch insert scheme from other classes
Other changes:
- Added
setup_shared_db_accessmethod to classDbAdapterHolder, after initial sync all classes basing on this class will use single db connection to use transaction properly inlistenmethod - Insert operations in follow and reblog are uniform accross sync mode (initial and live sync)
- Above fixes crash when initial sync is followed by live sync
- Added current system time to logs
Edited by Dariusz Kędzierski