You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable compression for Actions logs by default (#32013)
Close#31801. Follow #31761.
Since there are so many benefits of compression and there are no reports
of related issues after weeks, it should be fine to enable compression
by default.
Copy file name to clipboardExpand all lines: custom/conf/app.example.ini
+1-1
Original file line number
Diff line number
Diff line change
@@ -2695,7 +2695,7 @@ LEVEL = Info
2695
2695
;; It's always recommended to use compression when using local disk as log storage if CPU or memory is not a bottleneck.
2696
2696
;; And for object storage services like S3, which is billed for requests, it would cause extra 2 times of get requests for each log view.
2697
2697
;; But it will save storage space and network bandwidth, so it's still recommended to use compression.
2698
-
;LOG_COMPRESSION = none
2698
+
;LOG_COMPRESSION = zstd
2699
2699
;; Default artifact retention time in days. Artifacts could have their own retention periods by setting the `retention-days` option in `actions/upload-artifact` step.
2700
2700
;ARTIFACT_RETENTION_DAYS = 90
2701
2701
;; Timeout to stop the task which have running status, but haven't been updated for a long time
0 commit comments