mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-09 23:52:48 -04:00
Add maintenance task
This commit is contained in:
parent
579c3797bc
commit
c68c06d598
3 changed files with 31 additions and 22 deletions
|
@ -31,7 +31,7 @@ public final class Arbitrator implements PubKeyProtectedExpirablePayload {
|
|||
// That object is sent over the wire, so we need to take care of version compatibility.
|
||||
private static final long serialVersionUID = Version.NETWORK_PROTOCOL_VERSION;
|
||||
|
||||
public static final long TTL = 6 * 24 * 60 * 60 * 1000; // 6 days
|
||||
public static final long TTL = 10 * 24 * 60 * 60 * 1000; // 10 days
|
||||
|
||||
// Persisted fields
|
||||
private final byte[] btcPubKey;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue