diff --git a/eppic-wui/src/main/resources/META-INF/server.properties b/eppic-wui/src/main/resources/META-INF/server.properties index 2d9ffdaa0..2f15840af 100755 --- a/eppic-wui/src/main/resources/META-INF/server.properties +++ b/eppic-wui/src/main/resources/META-INF/server.properties @@ -25,10 +25,10 @@ crk_jar=/data/webapps/ewui/WEB-INF/lib/eppic.jar nr_of_threads_for_submission=1 assigned_memory=512 -# server-side job management (native java implementation) +# The native java job manager ("queuing system"). Submitted jobs are handled by NativeJobManager, with these properties: # number of workers: this jobs will run in parallel at max. If more they'll be queued. num_workers=2 -# status of job queue reported every this number of milliseconds +# status of job queue is reported in logs every this number of milliseconds queue_reporting_interval=3600000 # captcha settings @@ -70,7 +70,7 @@ resolution_cutoff=3.5 rfree_cutoff=0.35 # Development mode: set to true to avoid initialisation of -# queuing system through drmaa api. Must be false in production! +# queuing system. Must be false in production! development_mode = true # Read only mode: set to true to switch the server to a no-file-uploading mode, diff --git a/eppic-wui/src/main/webapp/releases.html b/eppic-wui/src/main/webapp/releases.html index 538afa11e..08e15c126 100644 --- a/eppic-wui/src/main/webapp/releases.html +++ b/eppic-wui/src/main/webapp/releases.html @@ -14,6 +14,13 @@

Release log

+

3.2.2 - 27th August 2019

+ +

3.2.1 - 14th July 2019