mirror of
https://github.com/miniflux/v2.git
synced 2025-06-27 16:36:00 +00:00
Use a transaction to refresh and create entries
Also includes few database improvements: - Speed up entries clean up with an index and a goroutine - Avoid the accumulation of enclosures for some feeds
This commit is contained in:
parent
bfb96d536e
commit
e6c6ee441a
7 changed files with 64 additions and 41 deletions
1
database/sql/schema_version_36.sql
Normal file
1
database/sql/schema_version_36.sql
Normal file
|
@ -0,0 +1 @@
|
|||
CREATE INDEX entries_feed_id_status_hash_idx ON entries USING btree (feed_id, status, hash);
|
Loading…
Add table
Add a link
Reference in a new issue