Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
86a8ce61
Commit
86a8ce61
authored
May 19, 2021
by
Douglas Barbosa Alexandre
Committed by
Quang-Minh Nguyen
May 19, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Apply 1 suggestion(s) to 1 file(s)
parent
431d7cd3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lib/gitlab/sidekiq_middleware/size_limiter/compressor.rb
lib/gitlab/sidekiq_middleware/size_limiter/compressor.rb
+1
-1
No files found.
lib/gitlab/sidekiq_middleware/size_limiter/compressor.rb
View file @
86a8ce61
...
@@ -7,7 +7,7 @@ module Gitlab
...
@@ -7,7 +7,7 @@ module Gitlab
PayloadDecompressionConflictError
=
Class
.
new
(
StandardError
)
PayloadDecompressionConflictError
=
Class
.
new
(
StandardError
)
PayloadDecompressionError
=
Class
.
new
(
StandardError
)
PayloadDecompressionError
=
Class
.
new
(
StandardError
)
# Level 5 is
is
a good trade-off between space and time
# Level 5 is a good trade-off between space and time
# https://gitlab.com/gitlab-com/gl-infra/scalability/-/issues/1054#note_568129605
# https://gitlab.com/gitlab-com/gl-infra/scalability/-/issues/1054#note_568129605
COMPRESS_LEVEL
=
5
COMPRESS_LEVEL
=
5
ORIGINAL_SIZE_KEY
=
'original_job_size_bytes'
ORIGINAL_SIZE_KEY
=
'original_job_size_bytes'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment