Commit 47c1122
Miriad
fix: reduce INFOGRAPHIC_BATCH_SIZE to 2 for Gemini generateContent timing
Gemini generateContent with thinking+search grounding takes ~12s/call
vs ~4s for Imagen. BATCH_SIZE=4 (8 calls) exceeds Vercel 60s limit.
BATCH_SIZE=2 (4 calls × ~12s = ~48s) fits safely.1 parent 66851d3 commit 47c1122
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| |||
0 commit comments