Skip to content

Commit

Permalink
block time alert
Browse files Browse the repository at this point in the history
  • Loading branch information
mining-visualizer committed Aug 18, 2017
1 parent 362465d commit 0d3f792
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GeekTool/network.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@

<script>

const BLOCK_TIME_ALERT = 120;
const BLOCK_TIME_ALERT = 180;

var solutionCount = __SolutionCount__;
var blockOverdue = false;
Expand Down
2 changes: 1 addition & 1 deletion Rainmeter/Skins/MVis/@Resources/MVis.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ end

function Update()

local BLOCK_TIME_ALERT = 120
local BLOCK_TIME_ALERT = 180

if SELF:GetName() == "Measure_BlockTimeCounter" then
-- read the value of Measure_BlockTime and display it as minutes:seconds. after 120 seconds, turn the
Expand Down

0 comments on commit 0d3f792

Please sign in to comment.