From c4d79ca0ac93a6a038bf12d21f5cf1ce43578f48 Mon Sep 17 00:00:00 2001 From: ribeaudc <ribeaudc> Date: Wed, 14 May 2008 07:02:02 +0000 Subject: [PATCH] [LMS-414] change: - 'watermark' renamed to 'highwater-mark'. SVN: 6029 --- .../templates/etlserver-all/etc/service.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integration-tests/templates/etlserver-all/etc/service.properties b/integration-tests/templates/etlserver-all/etc/service.properties index d700a8eee8c..b20e949dbc1 100644 --- a/integration-tests/templates/etlserver-all/etc/service.properties +++ b/integration-tests/templates/etlserver-all/etc/service.properties @@ -8,9 +8,9 @@ storeroot-dir = ../data/main-store check-interval = 2 # If free disk space goes below value defined here, a notification email will be sent. -# Value must be specified in kilobytes (1048576 = 1024 * 1024 = 1GB). If no watermark is +# Value must be specified in kilobytes (1048576 = 1024 * 1024 = 1GB). If no high water mark is # specified or if value is negative, the system will not be watching. -watermark = 1048576 +highwater-mark = 1048576 # The URL of the LIMS server server-url = https://localhost:8443/openbis -- GitLab