Improve network reliability.

This commit is contained in:
Greyson Parrelli
2024-10-19 10:33:18 -04:00
parent 4460c45c31
commit b9474a75a4

View File

@@ -172,7 +172,7 @@ open class SignalServiceNetworkAccess(context: Context) {
HostConfig("https://inbox.google.com", G_HOST, GMAIL_CONNECTION_SPEC) HostConfig("https://inbox.google.com", G_HOST, GMAIL_CONNECTION_SPEC)
) )
private val fUrls = arrayOf("https://slate.com", "https://www.zesty.io", "https://www.redditstatic.com") private val fUrls = arrayOf("https://slate.com", "https://splashthat.com.", "https://www.redditstatic.com")
private val fConfig: SignalServiceConfiguration = SignalServiceConfiguration( private val fConfig: SignalServiceConfiguration = SignalServiceConfiguration(
signalServiceUrls = fUrls.map { SignalServiceUrl(it, F_SERVICE_HOST, fTrustStore, APP_CONNECTION_SPEC) }.toTypedArray(), signalServiceUrls = fUrls.map { SignalServiceUrl(it, F_SERVICE_HOST, fTrustStore, APP_CONNECTION_SPEC) }.toTypedArray(),