Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SAK-41272 Properties for improve code that allows the download of fil… #10

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions experimental.properties
Original file line number Diff line number Diff line change
Expand Up @@ -351,3 +351,9 @@ content.import.hidden=true
## SAK-41163 Setting some types here, comma separated, will override portal.autofavorite and only
## turn on autofavorting for those types, no others.
portal.autofavoritableUserTypes=maintain

## SAK-41272 Improve code that allows the download of files and folders from resources/dropbox into a zip file on the fly.
#Max size in bytes for a single file - Default 0 bytes
content.zip.download.maxindividualfilesize=3000
#Max size in bytes for all the files to zip - Default 0 bytes
content.zip.download.maxtotalsize=5000
6 changes: 6 additions & 0 deletions master.properties
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,9 @@ resources.enabled.roles=.anon,.auth
# SAK-29478
# Roster showing sitestats data
roster.showVisits=true

## SAK-41272 Improve code that allows the download of files and folders from resources/dropbox into a zip file on the fly.
#Max size in bytes for a single file - Default 0 bytes
content.zip.download.maxindividualfilesize=3000
#Max size in bytes for all the files to zip - Default 0 bytes
content.zip.download.maxtotalsize=5000