Default the retry receipt flag to true.
This commit is contained in:
parent
7ac83625d3
commit
7447e2497b
1 changed files with 1 additions and 1 deletions
|
@ -359,7 +359,7 @@ public final class FeatureFlags {
|
|||
|
||||
/** Whether or not sending or responding to retry receipts is enabled. */
|
||||
public static boolean retryReceipts() {
|
||||
return getBoolean(RETRY_RECEIPTS, false);
|
||||
return getBoolean(RETRY_RECEIPTS, true);
|
||||
}
|
||||
|
||||
/** How long to wait before considering a retry to be a failure. */
|
||||
|
|
Loading…
Add table
Reference in a new issue