Skip to content
This repository has been archived by the owner on Oct 13, 2019. It is now read-only.

Commit

Permalink
fix/rig-timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Stoyvo committed Apr 22, 2015
1 parent cdf3d66 commit d4d2e20
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions includes/classes/rigs.php
Expand Up @@ -8,6 +8,11 @@

class Rigs extends Config_Rigs {

public function __construct() {
parent::__construct();
set_time_limit(count($this->_objs)*3); // Total Rigs * 3 seconds
}

/*
* POST
*/
Expand Down

0 comments on commit d4d2e20

Please sign in to comment.