mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-11-29 16:06:46 -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
|
||||
@Getter
|
||||
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 PubKeyRing pubKeyRing;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue