forked from Qortal/qortal
Reduce synchronization attempts from every 10s to every 60s
This commit is contained in:
parent
1b58d12005
commit
ce2dc9b8ad
@ -219,7 +219,7 @@ public class Controller extends Thread {
|
|||||||
|
|
||||||
try {
|
try {
|
||||||
while (!isStopping) {
|
while (!isStopping) {
|
||||||
Thread.sleep(10000);
|
Thread.sleep(60 * 1000);
|
||||||
|
|
||||||
potentiallySynchronize();
|
potentiallySynchronize();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user