Closed RobertStigsson closed 4 months ago
After testing some more, it doesn't seem that 0 is infinite anymore either. So the whole documentation should probably be changed. (I think this is the information that checks for maxBatchSize, and it doesn't seem to check for 0)
@RobertStigsson Do you want to do a PR?
I could do a PR, but I don't know if I stumbled upon a bug or if it's just documentation being wrong?
Product
Green Donut
Version
13.8.1
Link to minimal reproduction
https://github.com/ChilliCream/graphql-platform/blob/e2308ce28c296346bd5443bede04f1b5aec91d8b/src/GreenDonut/src/Core/DataLoaderOptions.cs#L11
Steps to reproduce
The documentation clearly states
while the actual value clearly is 1024
What is expected?
Documentation should match the code.
What is actually happening?
Documentation doesn't match the code.
Relevant log output
No response
Additional context
I don't know if you want 1024 to be the default value, or 0, but it should match.