Skip to content

Commit

Permalink
Release 2.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaicode committed Jan 2, 2025
1 parent fa6856a commit 8b11318
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<description>SNOMED-CT FHIR Terminology Server, with a small memory footprint</description>

<artifactId>snowstorm-lite</artifactId>
<version>2.1.3-SNAPSHOT</version>
<version>2.2.0</version>
<parent>
<groupId>org.snomed</groupId>
<artifactId>snomed-parent-bom</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/main/appengine/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ runtime: java17
instance_class: F4_1G
automatic_scaling:
min_instances: 1
max_instances: 100
max_instances: 20
max_concurrent_requests: 50
inbound_services:
- warmup
5 changes: 3 additions & 2 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ import.batch-size=40
# Web Properties
# ----------------------------------------

# Server HTTP port.
server.port=8080
# Server HTTP port
# Uses the PORT environment variable, if set, for Google App Engine compatibility
server.port=${PORT:8080}

# Context path of the web application
server.servlet.context-path=/
Expand Down

0 comments on commit 8b11318

Please sign in to comment.