summaryrefslogtreecommitdiff
path: root/lib/gitlab/pages.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gitlab/pages.rb')
-rw-r--r--lib/gitlab/pages.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gitlab/pages.rb b/lib/gitlab/pages.rb
index 4899b1d3234..7703b086341 100644
--- a/lib/gitlab/pages.rb
+++ b/lib/gitlab/pages.rb
@@ -4,6 +4,7 @@ module Gitlab
class Pages
VERSION = File.read(Rails.root.join("GITLAB_PAGES_VERSION")).strip.freeze
INTERNAL_API_REQUEST_HEADER = 'Gitlab-Pages-Api-Request'.freeze
+ MAX_SIZE = 1.terabyte
include JwtAuthenticatable