From c09f8700a060752313472db8f9dcfe0ac2f7ad15 Mon Sep 17 00:00:00 2001 From: Sebastian Grewe Date: Thu, 24 Oct 2013 14:03:16 +0200 Subject: [PATCH] [FIX] My Workers hashrate/difficulty --- public/include/classes/worker.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/include/classes/worker.class.php b/public/include/classes/worker.class.php index 4e88a89f..42af02de 100644 --- a/public/include/classes/worker.class.php +++ b/public/include/classes/worker.class.php @@ -136,7 +136,7 @@ class Worker { * @param account_id int User ID * @return mixed array Workers and their settings or false **/ - public function getWorkers($account_id, $interval) { + public function getWorkers($account_id, $interval=600) { $this->debug->append("STA " . __METHOD__, 4); $stmt = $this->mysqli->prepare(" SELECT id, username, password, monitor,