mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-02-06 19:48:53 -06:00
add: external announce documentation
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
- [Server Management](server_management.md)
|
||||
- [Sharing Source Code](sharing_source_code.md)
|
||||
- [Torrent API](torrent_api.md)
|
||||
- [Translations](translations.md)
|
||||
- [Updating Unit3d Version](updating_unit3d_version.md)
|
||||
- [Upgrading PHP Version](upgrading_php_version.md)
|
||||
- [Translations](translations.md)
|
||||
- [UNIT3D-Announce](unit3d_announce.md)
|
||||
12
book/src/unit3d_announce.md
Normal file
12
book/src/unit3d_announce.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# UNIT3D-Announce
|
||||
|
||||
UNIT3D-Announce is an optional external announce service written in rust that is designed to reduce CPU usage on high-volume trackers managing over 1 million peers.
|
||||
|
||||
> [!TIP]
|
||||
> Enable only when extra performance is needed. The default announce suffices otherwise.
|
||||
|
||||
Refer to the upstream documentation for configuration and usage details.
|
||||
|
||||
- **Consult** the [README](https://github.com/HDInnovations/UNIT3D-Announce/blob/main/README.md) for installation and usage instructions.
|
||||
|
||||
- **Review** the [`.env.example`](https://github.com/HDInnovations/UNIT3D-Announce/blob/main/.env.example) to configure required variables.
|
||||
Reference in New Issue
Block a user