Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
rlreamy authored Oct 8, 2024
2 parents 9559368 + d8fc6e3 commit 8661d69
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
14 changes: 12 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,20 @@
Brief summary of what's in this release:

### Breaking changes
Breaking changes include any database updates needed, if we need to edit any files on system (like .env or certs, etc). Things that are outside of the code itself that need changed for the system to work.


### Non-breaking changes
Just a place to keep track of things that have changed in the code that we may want to pay special attention to when smoke testing, etc.


## Release 2.5 (10/3/2024)
- Java upgrade


### Breaking changes
None

### Non-breaking changes
None

----

Expand Down
9 changes: 8 additions & 1 deletion src/main/resources/hazelcast.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,11 @@ hazelcast:
network:
join:
multicast:
enabled: true
enabled: true
map:
default:
in-memory-format: BINARY
eviction:
eviction-policy: LFU
max-size-policy: USED_HEAP_PERCENTAGE
size: 25

0 comments on commit 8661d69

Please sign in to comment.