mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-20 10:18:06 +01:00
Extend push token removal grace period from 3 days to 14
This commit is contained in:
committed by
Jon Chambers
parent
138b368951
commit
6a14bf70e0
@@ -28,7 +28,7 @@ public class ProcessPushNotificationFeedbackCommand extends AbstractSinglePassCr
|
||||
private final Clock clock;
|
||||
|
||||
@VisibleForTesting
|
||||
static final Duration MAX_TOKEN_REFRESH_DELAY = Duration.ofDays(3);
|
||||
static final Duration MAX_TOKEN_REFRESH_DELAY = Duration.ofDays(14);
|
||||
|
||||
@VisibleForTesting
|
||||
static final String DRY_RUN_ARGUMENT = "dry-run";
|
||||
|
||||
Reference in New Issue
Block a user