Improve comment

This commit is contained in:
Frank Denis 2025-01-26 23:28:21 +01:00
parent 3b75a4c6ac
commit 0ba23128cc

View file

@ -221,11 +221,12 @@ cert_refresh_delay = 240
## 52393 = TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305
##
## On non-Intel CPUs such as MIPS routers and ARM systems (Android, Raspberry Pi...),
## the following suite improves performance.
## uncommenting the following line may improve performance.
## This may also help on Intel CPUs running 32-bit operating systems.
## However, this can cause issues fetching sources or connecting to some HTTP servers.
## However, this can cause issues fetching sources or connecting to some HTTP servers,
## and should not be set on regular CPUs.
##
## Keep tls_cipher_suite undefined to let the app automatically choose secure parameters
## Keep tls_cipher_suite undefined to let the app automatically choose secure parameters.
# tls_cipher_suite = [52392, 49199]