How to set custom recursionLimit from useStream? #1483
Replies: 1 comment
-
You can use something like this: stream.submit(
(...),
{
streamMode: ["values"],
config: { recursion_limit: 100 },
}
); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Already created an issue for this.#1482
Has anyone done something like this before? Default limit of 25 is not enough for us. But there's no documentation about increasing it when calling from useStream.
Beta Was this translation helpful? Give feedback.
All reactions