Skip to content

Commit

Permalink
Merge pull request #171 from rossumg/develop
Browse files Browse the repository at this point in the history
extend patient search time, update version to 2.1.3.0
  • Loading branch information
rossumg authored Sep 30, 2020
2 parents 103ffb6 + 2a0acd0 commit 2367b6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

<major.version>2</major.version>
<minor.version>1</minor.version>
<state.version>2</state.version><!-- 0 = alpha, 1 = beta, 2 = rc, 3 = deployable -->
<fix.version>5</fix.version>
<state.version>3</state.version><!-- 0 = alpha, 1 = beta, 2 = rc, 3 = deployable -->
<fix.version>0</fix.version>

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/SystemConfiguration.properties
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,6 @@ date.ambiguous.date.value=01
errors.to.screen=true
permissions.agent=Role
#the limit in millisec before the patient search times out. Socket times out in this amount, total search in 500 milsec more
patient.search.time.limit.ms=3000
patient.search.time.limit.ms=5000


0 comments on commit 2367b6f

Please sign in to comment.