Skip to content

Commit

Permalink
#48 remove set_timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
derpixler committed Apr 4, 2016
1 parent a72f7a3 commit 36b6501
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions inc/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ public function run( $file ) {

if ( is_admin() ) {

set_time_limit(0);

$dbm = new Database\Manager( $wpdb );
$replace = new Database\Replace( $dbm );
$dbe = new Database\Exporter( $replace, $dbm );
Expand Down

0 comments on commit 36b6501

Please sign in to comment.