Skip to content

Fix Docker container timeout issue when processing large TXT records#390

Open
HodlOnToYourButts wants to merge 1 commit into
Revertron:masterfrom
HodlOnToYourButts:fix/docker-block-timeout-issue
Open

Fix Docker container timeout issue when processing large TXT records#390
HodlOnToYourButts wants to merge 1 commit into
Revertron:masterfrom
HodlOnToYourButts:fix/docker-block-timeout-issue

Conversation

@HodlOnToYourButts

Copy link
Copy Markdown

Increased MAX_READ_BLOCK_TIME from 100ms to 1000ms to resolve issue where Alfis would get stuck on block #16596 containing large TXT records when running in Docker/Podman containers. The original 100ms timeout was insufficient for the slower I/O performance typically seen in containerized environments, causing the block processing to timeout and hang.

This change allows adequate time for block processing in container environments while maintaining reasonable performance for native execution.

🤖 Generated with Claude Code

Increased MAX_READ_BLOCK_TIME from 100ms to 1000ms to resolve issue where
Alfis would get stuck on block #16596 containing large TXT records when
running in Docker/Podman containers. The original 100ms timeout was
insufficient for the slower I/O performance typically seen in containerized
environments, causing the block processing to timeout and hang.

This change allows adequate time for block processing in container
environments while maintaining reasonable performance for native execution.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant