aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAKP <abi@tdpain.net>2025-02-10 22:59:03 +0000
committerAKP <abi@tdpain.net>2025-02-10 22:59:03 +0000
commitb95ae4d4bd44b48955940e822f1556e0f8623916 (patch)
treedde4a35c66b14651b87034c2dce83c412229c0bd /CHANGELOG.md
parent83a0816f8cc90f3f00d2c4918d959c37da915347 (diff)
Use batch insert when loading OPML
This is many many times faster (very noticeably) than using one query per feed as it was before.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index aab606a..4c2e1dd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,7 +8,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### Changed
* When no feed items are stored in the database for a particular feed, fall back to using the old time-based detection method
* Do not index feed items at addition time
-* Do not update feed item index when sending a test email to prevent items being missed from the main scheduled emails
+* Do not update feed item index when sending a test email to prevent items being missed from the main scheduled emails
+* Use batch inserts when importing from OPML
## 0.4.2 - 2025-02-09
### Fixed