Skip to content

Commit

Permalink
Merge fbdda8d into 96aa66f
Browse files Browse the repository at this point in the history
  • Loading branch information
allanmckenzie committed Sep 9, 2019
2 parents 96aa66f + fbdda8d commit c4a10c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on [Keep a CHANGELOG](http://keepachangelog.com/). This project adheres to

## [Unreleased]

### Changed
- Reduced the maximum runtime for each iteration of the publishing beans in the IT tests to 450 milliseconds

## [2.0.0] - 2019-08-19
### Added
- Update to framework 6.0.6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -468,8 +468,8 @@
<simple name="java:/app/example-single/audit.blacklist" value="example.*" type="java.lang.String"/>
<simple name="java:/app/example-single/default.strategy.snapshot.threshold" value="3" type="java.lang.String"/>
<simple name="java:global/envelope.validation.exception.handler" value="uk.gov.justice.services.core.envelope.RethrowingValidationExceptionHandler" type="java.lang.String"/>
<simple name="java:global/pre.publish.timer.max.runtime.milliseconds" value="485" type="java.lang.String"/>
<simple name="java:global/event.dequer.timer.max.runtime.milliseconds" value="485" type="java.lang.String"/>
<simple name="java:global/pre.publish.timer.max.runtime.milliseconds" value="450" type="java.lang.String"/>
<simple name="java:global/event.dequer.timer.max.runtime.milliseconds" value="450" type="java.lang.String"/>
</bindings>
<remote-naming/>
</subsystem>
Expand Down

0 comments on commit c4a10c6

Please sign in to comment.