Skip to content

Commit 1d74cba

Browse files
authored
docs: Correct documentation for setting pool_size (#1382)
Name is not a valid option and the application startup will crash.
1 parent 02b955c commit 1d74cba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/subscriptions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ line:
5050
> happen often on cloud deployment platforms.
5151
5252
```elixir
53-
{Absinthe.Subscription, name: MyAppWeb.Endpoint, pool_size: 8}
53+
{Absinthe.Subscription, pubsub: MyAppWeb.Endpoint, pool_size: 8}
5454
```
5555

5656
See `Absinthe.Subscription.child_spec/1` for more information on the supported

0 commit comments

Comments
 (0)