Skip to content
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.

Commit

Permalink
FORUM-1315 : Add Configuration variable for upload file size limit (#324
Browse files Browse the repository at this point in the history
)

* FORUM-1315 : Add Configuration variable for upload file size limit
  • Loading branch information
lbengayed authored and mbensalem committed Oct 8, 2018
1 parent 1176fac commit 8a3c6b4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -970,6 +970,15 @@ gatein.portal.idm.createuserportal=${exo.portal.idm.createuserportal:false}
# Destroy user dashboard while deleting user identity
gatein.portal.idm.destroyuserportal=${exo.portal.idm.destroyuserportal:true}


###########################
#
# Maximum size of the file to upload in MB
#

exo.uploadLimit=${exo.uploadLimit:200}


###########################
#
# Datasources
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1128,6 +1128,12 @@
#exo.cache.commons.WebNotificationCache.cacheMode=asyncReplication
#exo.cache.commons.SettingService=asyncReplication
#exo.cache.commons.UserStateService.cacheMode=asyncReplication
###########################
#
# Maximum size of the file to upload in MB
#exo.uploadLimit=10


###########################
#
# Logs - Apache Tomcat based distributions only
Expand Down

0 comments on commit 8a3c6b4

Please sign in to comment.