kopia lustrzana https://github.com/ryukoposting/Signal-Android
Default retry respond max age to 14 days.
rodzic
9a67c60b4e
commit
ae30e4070c
|
@ -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. */
|
||||
|
|
Ładowanie…
Reference in New Issue