Changing from wrangler v2 to v3, I experience the inability to insert as many values to the db in a

Changing from wrangler v2 to v3, I experience the inability to insert as many values to the db in a single statement as before.

Previously I could add even 50 entries at once, now I can add 16. When I add more than 16 (17 eg) I get no error but the await never resolves.

Is this expected behaviour? I could batch/chunk the insert if needed I just don't know if this is caused by something else maybe
Was this page helpful?