mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 13:08:46 +00:00
Default retry respond max age to 14 days.
This commit is contained in:
@@ -367,7 +367,7 @@ public final class FeatureFlags {
|
||||
|
||||
/** How old a message is allowed to be while still resending in response to a retry receipt . */
|
||||
public static long retryRespondMaxAge() {
|
||||
return getLong(RETRY_RESPOND_MAX_AGE, TimeUnit.DAYS.toMillis(1));
|
||||
return getLong(RETRY_RESPOND_MAX_AGE, TimeUnit.DAYS.toMillis(14));
|
||||
}
|
||||
|
||||
/** Whether or not sending using sender key is enabled. */
|
||||
|
||||
Reference in New Issue
Block a user