Finally introduced Helma’s uploadSoftfail property to Antville – see 4455deb2e2

This commit is contained in:
Tobi Schäfer 2011-02-23 18:21:43 +00:00
parent 8a2e33329b
commit 4a9017e251
3 changed files with 20 additions and 7 deletions

View file

@ -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