1
0

refactor(backend): skip fetching notes when the data is same-origin (#11200)

* refactor(backend): skip fetching notes when the data is same-origin

* Update CHANGELOG.md

* sentFrom
This commit is contained in:
Kagami Sascha Rosylight
2023-07-09 01:59:44 +02:00
committed by GitHub
parent 74a05ec739
commit 5059d4d7e1
5 changed files with 131 additions and 23 deletions
+1
View File
@@ -39,6 +39,7 @@
- nsfwjs のモデルロードを排他することで、重複ロードによってメモリ使用量が増加しないように
- 連合の配送ジョブのパフォーマンスを向上(ロック機構の見直し、Redisキャッシュの活用)
- 全体的なDBクエリのパフォーマンスを向上
- featuredノートのsignedGet回数を減らしました
## 13.13.2