Skip to content

Lazy server guide: use connect vs read timeout for paused servers - #178

Merged
TBlueF merged 1 commit into
BlueMap-Minecraft:masterfrom
pR0Ps:patch-1
Aug 7, 2026
Merged

Lazy server guide: use connect vs read timeout for paused servers#178
TBlueF merged 1 commit into
BlueMap-Minecraft:masterfrom
pR0Ps:patch-1

Conversation

@pR0Ps

@pR0Ps pR0Ps commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

Using proxy_read_timeout causes the [...]/live/sse endpoint to time out if events aren't sent fast enough.

Using proxy_connect_timeout instead fixes this since the timeout is based on the initial connection instead of how often data is received from it.

Using `proxy_read_timeout` causes the `[...]/live/sse` endpoint to time out if events aren't sent fast enough.
Using `proxy_connect_timeout` instead fixes this since the timeout is based on the initial connection instead of how often data is received from it.
@TBlueF
TBlueF merged commit 5941a7c into BlueMap-Minecraft:master Aug 7, 2026
1 check passed
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.

2 participants