Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
hohonuuli committed Dec 20, 2018
1 parent 0dbbd30 commit 351338d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>org.mbari.m3.vars</groupId>
<artifactId>vars-annotation</artifactId>
<version>0.2.1</version>
<version>[A0.2.3</version>
<packaging>jar</packaging>

<name>VARS Annotation</name>
Expand Down
4 changes: 4 additions & 0 deletions src/main/resources/reference.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ annotation.service {
timeout = "7 seconds"
client.secret = ""
chunk.size = 50
// when running multiple annosaurus instaces behind a load balancer use
// "parallel" other wise "sequential" is recommended. Not the parse
// only looks to see if the paging value starts with "par" to turn on the
// parallel paging. Otherwise "sequential" is used
paging = "sequential" // "parallel"
}

Expand Down

0 comments on commit 351338d

Please sign in to comment.