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:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-02-15 17:01:42 +0300
committerJames Edwards-Jones <jedwardsjones@gitlab.com>2017-02-01 01:53:58 +0300
commit361047a7911dbf5da3c33aefa5c77a43621e5514 (patch)
tree4050709351b30264f57eed525d6a1d05bacaff25 /app/services/projects
parentfd7756ec3741e503197d451927849a09526423f6 (diff)
Updated according to comments
Diffstat (limited to 'app/services/projects')
-rw-r--r--app/services/projects/update_pages_service.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/services/projects/update_pages_service.rb b/app/services/projects/update_pages_service.rb
index a9979bf1e96..ceabd29fd52 100644
--- a/app/services/projects/update_pages_service.rb
+++ b/app/services/projects/update_pages_service.rb
@@ -1,6 +1,5 @@
module Projects
- class
- UpdatePagesService < BaseService
+ class UpdatePagesService < BaseService
BLOCK_SIZE = 32.kilobytes
MAX_SIZE = 1.terabyte
SITE_PATH = 'public/'