mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-12-20 18:15:27 -05:00
decrease DisputeAgent TTL to 7 days (#2012)
This commit is contained in:
parent
231d8a6615
commit
a7ae00858d
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ import java.util.concurrent.TimeUnit;
|
||||||
@Slf4j
|
@Slf4j
|
||||||
@Getter
|
@Getter
|
||||||
public abstract class DisputeAgent implements ProtectedStoragePayload, ExpirablePayload {
|
public abstract class DisputeAgent implements ProtectedStoragePayload, ExpirablePayload {
|
||||||
public static final long TTL = TimeUnit.DAYS.toMillis(10);
|
public static final long TTL = TimeUnit.DAYS.toMillis(7);
|
||||||
|
|
||||||
protected final NodeAddress nodeAddress;
|
protected final NodeAddress nodeAddress;
|
||||||
protected final PubKeyRing pubKeyRing;
|
protected final PubKeyRing pubKeyRing;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue