Skip to content

Commit

Permalink
Troubleshooting export download bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
benpate committed Nov 29, 2024
1 parent 01dcc6a commit c862564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/step_GetArchive.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ func (step StepGetArchive) FileNotReady(builder Builder, writer io.Writer) Pipel
return Halt().
AsFullPage().
WithStatusCode(http.StatusServiceUnavailable).
WithHeader("Refresh", "60").
WithHeader("Retry-After", "60").
WithContentType("text/html")
}

0 comments on commit c862564

Please sign in to comment.