Commit f18e43c
committed
🔧(tray) increase connection timeout for peertube runner requests
Some requests to the `success` endpoint ends up returning a 504 Timeout, usually
for the bigger vod files.
The `success` endpoint loads the converted video file and manipulates it, which
could be taking some time.
Increasing the connection timeout on the Nginx conf to 300s so it does not
timeout due to longer files.1 parent e08df05 commit f18e43c
File tree
2 files changed
+9
-0
lines changed- src/tray/templates/services/nginx/configs
2 files changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
11 | 15 | | |
12 | 16 | | |
13 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
108 | 113 | | |
109 | 114 | | |
110 | 115 | | |
| |||
0 commit comments