From e9db9e37a19d2de7f99c2f8e459eec3877ae7ebd Mon Sep 17 00:00:00 2001 From: vkovtun <viktor.kovtun@id.ethz.ch> Date: Fri, 21 Apr 2023 12:49:52 +0200 Subject: [PATCH] SSDM-13580: Grammar fixes. --- server-original-data-store/etc/service.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/server-original-data-store/etc/service.properties b/server-original-data-store/etc/service.properties index 933f5ded89f..a8c75e44dda 100644 --- a/server-original-data-store/etc/service.properties +++ b/server-original-data-store/etc/service.properties @@ -23,13 +23,13 @@ use-ssl=false # The check interval (in seconds) check-interval=5 # The time-out for clean up work in the shutdown sequence (in seconds). -# Note that that the maximal time for the shutdown sequence to complete can be as large +# Note that the maximal time for the shutdown sequence to complete can be as large # as twice this time. shutdown-timeout=2 # The minimum time (in seconds) of availability of the data stream since the time when user requested # for the data stream url. If not specified default value (20 seconds) will be used. # data-stream-timeout = 20 -#�If free disk space goes below value defined here, a notification email will be sent. +# 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 high water mark is # specified or if value is negative, the system will not be watching. highwater-mark=1048576 @@ -176,7 +176,7 @@ incoming-dir-create=true # The directory to watch for incoming data. main-thread.incoming-dir=${root-dir}/incoming # Specifies what should happen if an error occurs during dataset processing. -# By default this flag is set to false and user has to modify the 'faulty paths file' +# By default, this flag is set to false and user has to modify the 'faulty paths file' # each time the faulty dataset should be processed again. # Set this flag to true if the processing should be repeated after some time without manual intervention. # Note that this can increase the server load. -- GitLab