mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 01:41:11 +01:00
Fix wrong param
Signed-off-by: HenrikJannsen <boilingfrog@gmx.com>
This commit is contained in:
parent
94a9c8ac01
commit
1f83c8e68c
@ -146,7 +146,7 @@ public class RestApi extends ExecutableForAppWithP2p {
|
||||
boolean preventPeriodicShutdownAtSeedNode = injector.getInstance(Key.get(boolean.class,
|
||||
Names.named(Config.PREVENT_PERIODIC_SHUTDOWN_AT_SEED_NODE)));
|
||||
if (!preventPeriodicShutdownAtSeedNode) {
|
||||
startShutDownInterval(RestApi.this);
|
||||
startShutDownInterval();
|
||||
}
|
||||
UserThread.runAfter(() -> setupConnectionLossCheck(), 60);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user