Skip to content

Commit

Permalink
Merge pull request #3 from mg-freelancer/master
Browse files Browse the repository at this point in the history
fix line in readme file
  • Loading branch information
freekmurze authored Dec 20, 2017
2 parents 2e97ee7 + 5fc22ff commit 86a0a5f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ use Spatie\Async\Pool;

$pool = Pool::create()
->concurrency(20) // The maximum amount of processes which can run simultaneously.
->maximumExecutionTime(200) // The maximum amount of time a process may take to finish in seconds.
;
->maximumExecutionTime(200); // The maximum amount of time a process may take to finish in seconds.
```

### Processes
Expand Down

0 comments on commit 86a0a5f

Please sign in to comment.