Default OkHttp feature flag to 'true'.
This commit is contained in:
parent
e70229c672
commit
e7c5eb93dd
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue