mirror of
https://github.com/Qortal/qortal.git
synced 2025-03-14 19:42:32 +00:00
Sync pirate wallet every 30 seconds instead of 60, to match behaviour of official wallet.
This commit is contained in:
parent
85a26ae052
commit
6dd44317c4
@ -65,7 +65,7 @@ public class PirateChainWalletController extends Thread {
|
||||
}
|
||||
|
||||
// Rate limit sync attempts
|
||||
Thread.sleep(60000);
|
||||
Thread.sleep(30000);
|
||||
|
||||
// Save wallet if needed
|
||||
Long now = NTP.getTime();
|
||||
|
Loading…
x
Reference in New Issue
Block a user