Default OkHttp feature flag to 'true'.

This commit is contained in:
Greyson Parrelli 2021-03-12 19:22:18 -05:00
parent e70229c672
commit e7c5eb93dd

View file

@ -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 */