mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-10-15 03:51:08 -04:00
decrease DisputeAgent TTL to 5 days
This commit is contained in:
parent
0feb559884
commit
f64e98be7e
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(5);
|
||||||
|
|
||||||
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