Skip to content

Commit d512b47

Browse files
committed
fix: Update signed upload url default expiration to match prod
1 parent 2d573b5 commit d512b47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/start/start.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -883,6 +883,7 @@ EOF
883883
"S3_PROTOCOL_PREFIX=/storage/v1",
884884
"UPLOAD_FILE_SIZE_LIMIT=52428800000",
885885
"UPLOAD_FILE_SIZE_LIMIT_STANDARD=5242880000",
886+
"SIGNED_UPLOAD_URL_EXPIRATION_TIME=7200",
886887
},
887888
Healthcheck: &container.HealthConfig{
888889
// For some reason, localhost resolves to IPv6 address on GitPod which breaks healthcheck.

0 commit comments

Comments
 (0)