mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 01:41:11 +01:00
Revert TTL to original value of 15 days.
This commit is contained in:
parent
6adf8503df
commit
f8ebd075cd
@ -118,6 +118,6 @@ public final class MailboxStoragePayload implements ProtectedStoragePayload, Exp
|
||||
|
||||
@Override
|
||||
public long getTTL() {
|
||||
return TimeUnit.DAYS.toMillis(7);
|
||||
return TimeUnit.DAYS.toMillis(15);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user