Skip to content

Commit

Permalink
improved doc for MaxParallelism
Browse files Browse the repository at this point in the history
  • Loading branch information
neelance committed Feb 20, 2017
1 parent e8590a1 commit 728e57a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphql.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ type Schema struct {
schema *schema.Schema
exec *exec.Exec

// MaxParallelism specifies the maximum number of resolvers per request allowed to run in parallel.
// MaxParallelism specifies the maximum number of resolvers per request allowed to run in parallel. The default is 10.
MaxParallelism int
}

Expand Down

0 comments on commit 728e57a

Please sign in to comment.