Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeger-Jan van de Weg <git@zjvandeweg.nl>2019-07-16 11:33:07 +0300
committerZeger-Jan van de Weg <git@zjvandeweg.nl>2019-07-16 11:33:07 +0300
commit63b07f52422d1318d3d28912149b8ab42381539e (patch)
tree4e0eafe51c5d6af775bf5307bb600631e8fbd476 /lib/gitlab/gitaly_client/repository_service.rb
parente38a3bba1b32754a11e805093f306135beee55dd (diff)
Upgrade Gitaly-Proto to 1.37.0
This was done to perform some local testing, but while the change was already made it made sense to commit the change.
Diffstat (limited to 'lib/gitlab/gitaly_client/repository_service.rb')
-rw-r--r--lib/gitlab/gitaly_client/repository_service.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/gitaly_client/repository_service.rb b/lib/gitlab/gitaly_client/repository_service.rb
index d8e9dccb644..ca3e5b51ecc 100644
--- a/lib/gitlab/gitaly_client/repository_service.rb
+++ b/lib/gitlab/gitaly_client/repository_service.rb
@@ -5,7 +5,7 @@ module Gitlab
class RepositoryService
include Gitlab::EncodingHelper
- MAX_MSG_SIZE = 128.kilobytes.freeze
+ MAX_MSG_SIZE = 128.kilobytes
def initialize(repository)
@repository = repository