Skip to content

Upload always stuck at ~340MB or 60s for large files on iOS #9114

Closed Answered by Thinkscape
Thinkscape asked this question in Q&A
Discussion options

You must be logged in to vote

The size is coincidental, the time was not.

In my case Traefik was getting in the way and it was not easy debugging it or finding a workaround due to how its layered and number of timeouts its tracking per request.

Here's the solve:

[entryPoints.https]
  address = ":443"
  [entryPoints.https.transport]
    [entryPoints.https.transport.respondingTimeouts]
      readTimeout = 0
      writeTimeout = 0
      idleTimeout = 0

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@Tavisco
Comment options

Answer selected by Thinkscape
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #9108 on April 27, 2024 16:33.