放宽下载附件限制
This commit is contained in:
parent
44d88084f8
commit
55573d2016
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue