# sm.pipeGraph.setParallelLimit

Sets the maximum amount of parallel crafts, 65535 if not set.

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
sm.pipeGraph.setParallelLimit( requester, amount )
```

[Open the full Game reference](../Game-Script-Environment/Static-Functions/sm.pipeGraph.md#setparallellimit)

**Availability:** Server only

**Parameters:**

| Name | Type | Description |
| --- | --- | --- |
| `requester` | [Shape](../Game-Script-Environment/Userdata/Shape.md) | The requesting shape. |
| `amount` | integer | The number of parallel crafts allowed to be done at once. |
