mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 15:10:44 +01:00
Reduce timeout to 90 sec
- We had it initially at 60 sec. and increased it as attempt to fight those timeout errors, but it did not help. So letting the user wait longer as needed does not make sense.
This commit is contained in:
parent
f44e9b12cd
commit
0711ab936d
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ import static bisq.core.util.Validator.nonEmptyStringOf;
|
|||
|
||||
@Slf4j
|
||||
public abstract class TradeProtocol {
|
||||
private static final long TIMEOUT = 120;
|
||||
private static final long TIMEOUT = 90;
|
||||
|
||||
protected final ProcessModel processModel;
|
||||
private final DecryptedDirectMessageListener decryptedDirectMessageListener;
|
||||
|
|
Loading…
Add table
Reference in a new issue