File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -221,11 +221,12 @@ cert_refresh_delay = 240
221221# # 52393 = TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305
222222# #
223223# # On non-Intel CPUs such as MIPS routers and ARM systems (Android, Raspberry Pi...),
224- # # the following suite improves performance.
224+ # # uncommenting the following line may improve performance.
225225# # This may also help on Intel CPUs running 32-bit operating systems.
226- # # However, this can cause issues fetching sources or connecting to some HTTP servers.
226+ # # However, this can cause issues fetching sources or connecting to some HTTP servers,
227+ # # and should not be set on regular CPUs.
227228# #
228- # # Keep tls_cipher_suite undefined to let the app automatically choose secure parameters
229+ # # Keep tls_cipher_suite undefined to let the app automatically choose secure parameters.
229230
230231# tls_cipher_suite = [52392, 49199]
231232
You can’t perform that action at this time.
0 commit comments