mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 13:08:46 +00:00
Default OkHttp feature flag to 'true'.
This commit is contained in:
@@ -322,7 +322,7 @@ public final class FeatureFlags {
|
||||
|
||||
/** Whether or not to allow automatic retries from OkHttp */
|
||||
public static boolean okHttpAutomaticRetry() {
|
||||
return getBoolean(OKHTTP_AUTOMATIC_RETRY, false);
|
||||
return getBoolean(OKHTTP_AUTOMATIC_RETRY, true);
|
||||
}
|
||||
|
||||
/** The minimum memory class required for rendering animated stickers in the keyboard and such */
|
||||
|
||||
Reference in New Issue
Block a user