Skip to content

Commit

Permalink
Reduce block template requesting interval to 1 minute
Browse files Browse the repository at this point in the history
  • Loading branch information
aivve committed Dec 26, 2022
1 parent e0af5f3 commit b35a6b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/MiningFrame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
namespace WalletGui {

const quint32 HASHRATE_TIMER_INTERVAL = 1000;
const quint32 MINER_ROUTINE_TIMER_INTERVAL = 240000;
const quint32 MINER_ROUTINE_TIMER_INTERVAL = 60000;

MiningFrame::MiningFrame(QWidget* _parent) :
QFrame(_parent), m_ui(new Ui::MiningFrame),
Expand Down

0 comments on commit b35a6b6

Please sign in to comment.