diff options
author | Micaël Bergeron <mbergeron@gitlab.com> | 2018-03-22 13:00:58 -0400 |
---|---|---|
committer | Micaël Bergeron <mbergeron@gitlab.com> | 2018-03-22 13:00:58 -0400 |
commit | 3b69e41018e48af6aa11512f3809e7d1fa43e7e4 (patch) | |
tree | b255668c405862f5290ee555019372d91db483b0 /app | |
parent | 9a334b29e022ab8fed868e3b2d8a57b258589930 (diff) | |
download | gitlab-ce-3b69e41018e48af6aa11512f3809e7d1fa43e7e4.tar.gz |
remove EE-only code
Diffstat (limited to 'app')
-rw-r--r-- | app/models/upload.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/models/upload.rb b/app/models/upload.rb index e94a81c8770..cf71a7b76fc 100644 --- a/app/models/upload.rb +++ b/app/models/upload.rb @@ -1,6 +1,4 @@ class Upload < ActiveRecord::Base - prepend EE::Upload - # Upper limit for foreground checksum processing CHECKSUM_THRESHOLD = 100.megabytes |