Browse Source

Change rescan info poll to 10s

pull/112/head
Duke 1 year ago
parent
commit
0048ed3d7e
  1. 2
      src/rpc.cpp

2
src/rpc.cpp

@ -56,7 +56,7 @@ RPC::RPC(MainWindow* main) {
refreshRescan();
});
rescanTimer->start(1000);
rescanTimer->start(10000);
qDebug() << __func__ << ": started rescanTimer";
qDebug() << __func__ << ": Setting up a timer to refresh the UI every few seconds";

Loading…
Cancel
Save