diff options
author | Dirk Kelly <github@dirkkelly.com> | 2021-06-10 18:19:05 +0800 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2021-06-15 14:15:26 +0200 |
commit | 98d68ebd67356de6dc85f5246172bb8e66c2dc61 (patch) | |
tree | fb7c976fa8ed3fb4f145eee09cbc38cdeafb4dcf /CHANGELOG.md | |
parent | 5c16e6bc9776ce706bafb198c1c14936674794d5 (diff) | |
download | PeerTube-98d68ebd67356de6dc85f5246172bb8e66c2dc61.tar.gz PeerTube-98d68ebd67356de6dc85f5246172bb8e66c2dc61.tar.zst PeerTube-98d68ebd67356de6dc85f5246172bb8e66c2dc61.zip |
Update CHANGELOG.md
fix v3.0.0 link for federate_unlisted setting
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index eed42493c..0f07ebae9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -326,7 +326,7 @@ | |||
326 | 326 | ||
327 | ### IMPORTANT NOTES | 327 | ### IMPORTANT NOTES |
328 | 328 | ||
329 | * Update the default configuration to not federate unlisted videos. We recommend to admins to update [this setting](https://github.com/Chocobozzz/PeerTube/blob/develop/config/production.yaml.example#L182) | 329 | * Update the default configuration to not federate unlisted videos. We recommend to admins to update [this setting](https://github.com/Chocobozzz/PeerTube/blob/develop/config/production.yaml.example#L196) |
330 | * Update the default configuration to remove remote video views to reduce DB size and improve performances. We recommend to admins to update [this setting](https://github.com/Chocobozzz/PeerTube/blob/develop/config/production.yaml.example#L170) | 330 | * Update the default configuration to remove remote video views to reduce DB size and improve performances. We recommend to admins to update [this setting](https://github.com/Chocobozzz/PeerTube/blob/develop/config/production.yaml.example#L170) |
331 | * Remove deprecated video abuse API | 331 | * Remove deprecated video abuse API |
332 | 332 | ||