Commit 2ca154c
fix: reduce upload batch size to avoid 413 Request Entity Too Large
Nginx rejects the full 500-doc batch payload. Lower to 20 docs per
request to stay within the default body size limit.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 576117d commit 2ca154c
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments