Skip to content

Commit

Permalink
Cleanups and adding 3.2.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
josemduarte committed Aug 26, 2019
1 parent 5a9cfcc commit bccb38c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
6 changes: 3 additions & 3 deletions eppic-wui/src/main/resources/META-INF/server.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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,
Expand Down
7 changes: 7 additions & 0 deletions eppic-wui/src/main/webapp/releases.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@

<h1>Release log</h1>

<h2>3.2.2 - 27th August 2019</h2>
<ul class="eppic-iframe-log-list">
<li>Better server job management</li>
<li>Library upgrades</li>
<li>Bug fixes</li>
</ul>

<h2>3.2.1 - 14th July 2019</h2>
<ul class="eppic-iframe-log-list">
<li>Better REST API docs</li>
Expand Down
6 changes: 0 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,6 @@
</plugins>
<pluginManagement>
<plugins>
<!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
<plugin>
<groupId>org.eclipse.m2e</groupId>
<artifactId>lifecycle-mapping</artifactId>
<version>1.0.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
Expand Down

0 comments on commit bccb38c

Please sign in to comment.