Skip to content
This repository has been archived by the owner on Nov 27, 2020. It is now read-only.

Commit

Permalink
removed execution time limit for the console and the vendors script
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Sep 28, 2011
1 parent cfca9c4 commit bfd2cf2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/console
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/usr/bin/env php
<?php

set_time_limit(0);

require_once __DIR__.'/bootstrap.php.cache';
require_once __DIR__.'/AppKernel.php';

Expand Down
2 changes: 2 additions & 0 deletions bin/vendors
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
* file that was distributed with this source code.
*/

set_time_limit(0);

$rootDir = dirname(__DIR__);
$vendorDir = $rootDir.'/vendor';

Expand Down

0 comments on commit bfd2cf2

Please sign in to comment.