Update servarr.yaml

This commit is contained in:
2026-07-12 22:39:03 -05:00
parent 666562d06a
commit 994c9aae6b
+2 -2
View File
@@ -706,8 +706,8 @@ services:
#https://github.com/slskd/slskd/blob/master/docs/config.md #https://github.com/slskd/slskd/blob/master/docs/config.md
- SLSKD_API_KEY=${SLSKD_KEY} - SLSKD_API_KEY=${SLSKD_KEY}
- SLSKD_SLSK_USERNAME=${SOULSEEK_USERNAME} - SLSKD_SLSK_USERNAME=${SOULSEEK_USERNAME}
- SLSKD_SLSK_PASSWORD==${SLSK_PASSWORD} - SLSKD_SLSK_PASSWORD=${SOULSEEK_PASSWORD}
- SLSKD_SLSK_DESCRIPTION="Still trying to get my docker setup right..." - SLSKD_SLSK_DESCRIPTION="SLSKD user"
- SLSKD_REMOTE_CONFIGURATION=true #The application contains APIs for retrieving and updating the YAML configuration file. By default, this option is disabled. - SLSKD_REMOTE_CONFIGURATION=true #The application contains APIs for retrieving and updating the YAML configuration file. By default, this option is disabled.
- SLSKD_THROTTLING_SEARCH_INCOMING_CONCURRENCY=10 #The limit for the number of concurrent search requests - SLSKD_THROTTLING_SEARCH_INCOMING_CONCURRENCY=10 #The limit for the number of concurrent search requests
- SLSKD_THROTTLING_SEARCH_INCOMING_CIRCUIT_BREAKER=100 #The limit for the number of queued search requests, after which requests will be discarded - SLSKD_THROTTLING_SEARCH_INCOMING_CIRCUIT_BREAKER=100 #The limit for the number of queued search requests, after which requests will be discarded