Skip to content

Commit

Permalink
update timing
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmeszaros committed Apr 18, 2018
1 parent 9ef7bb8 commit 2693b2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runStats-gobyte.php
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ function sendPayouts($db, $coin_id = 1425) {
$nextFullHour = date("H", $now + (3600 - $now % 3600));
$nextFullMin = date("i", $now + (60 - $now % 60));

$hours_to_process = ['00', '04', '08', '12', '16', '20'];
$hours_to_process = ['01', '05', '09', '13', '17', '21'];
$minutes_to_process = ['55'];

if (in_array($nextFullHour, $hours_to_process) && in_array($nextFullMin, $minutes_to_process)) {
Expand Down

0 comments on commit 2693b2c

Please sign in to comment.