Finally introduced Helma’s uploadSoftfail property to Antville – see 4455deb2e2
This commit is contained in:
parent
8a2e33329b
commit
4a9017e251
3 changed files with 20 additions and 7 deletions
|
@ -20,8 +20,8 @@
|
|||
# limitations under the License.
|
||||
#
|
||||
# $Revision$
|
||||
# $LastChangedBy$
|
||||
# $LastChangedDate$
|
||||
# $Author$
|
||||
# $Date$
|
||||
# $URL$
|
||||
#
|
||||
|
||||
|
@ -37,4 +37,5 @@ antville.repository.1 = ./apps/antville/db/h2.compat
|
|||
antville.mountpoint = /
|
||||
antville.static = ./apps/antville/static
|
||||
antville.staticMountpoint = /static
|
||||
antville.uploadLimit = 10240
|
||||
antville.uploadLimit = 10000
|
||||
antville.uploadSoftfail = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue