fix: asyncpg param 한도 초과 — INSERT CHUNK 2900→2300
interval 컬럼 추가로 row당 파라미터 14개로 증가. 2900 × 14 = 40,600 > 32,767 → InterfaceError 발생. 2300 × 14 = 32,200으로 안전 범위 내 수정. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>main
parent
af26df8895
commit
e6ea1abb0e
Loading…
Reference in New Issue