Skip to content

Commit 98c6478

Browse files
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 6d6fd3b commit 98c6478

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

skills/clickhouse-js-node-troubleshooting/reference/socket-hangup.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,8 @@ Examples at 64 KB:
156156
1. **For queries under 12 minutes:** Use `'10000'` ms (10s) intervals, if your LB idle timeout allows
157157
2. **For queries 12 min – 1 hour:** Use `'60000'` ms (60s) intervals, if your LB idle timeout allows
158158
3. **For queries 1–2 hours:** Use `'120000'` ms (120s) intervals, if your LB idle timeout allows
159-
4. **For queries over 2 hours:** Use the fire-and-forget pattern (see below)
159+
4. **For mutations over 2 hours:** Use the fire-and-forget pattern (see below)
160+
5. **For SELECT queries over 2 hours:** Increase `http_headers_progress_interval_ms` to extend the safe duration, while keeping it below your LB idle timeout and within Node.js header-limit constraints
160161

161162
Use this command to experiment and debug:
162163

0 commit comments

Comments
 (0)