mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-22 06:41:41 +01:00
Change CHECK_MEMORY_PERIOD_SEC from 10 sec to 5 min.
This commit is contained in:
parent
4d017334ca
commit
570d08d4b3
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ import lombok.extern.slf4j.Slf4j;
|
|||
@Slf4j
|
||||
public abstract class ExecutableForAppWithP2p extends BisqExecutable implements UncaughtExceptionHandler {
|
||||
private static final long MAX_MEMORY_MB_DEFAULT = 500;
|
||||
private static final long CHECK_MEMORY_PERIOD_SEC = 10;
|
||||
private static final long CHECK_MEMORY_PERIOD_SEC = 300;
|
||||
private volatile boolean stopped;
|
||||
private static long maxMemory = MAX_MEMORY_MB_DEFAULT;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue