放宽下载附件限制

This commit is contained in:
cxt 2017-03-13 14:28:47 +08:00
parent 44d88084f8
commit 55573d2016
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ class ZipdownController < ApplicationController
#检查权限
#勿删 before_filter :authorize, :only => [:assort,:download_user_homework]
## 200M
MAX_DOWN_SIZE = 200 * 1024 * 1024
MAX_DOWN_SIZE = 2000 * 1024 * 1024
include ZipService