-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove discontinuity handling in the callback
since it's just for monitoring, we should disable the extra saving that is occurring with it. By default it does a pre and post save at the callback points in the assumption that it's required for accurately handling the resolution of the discontinuity. But here we don't want that.
- Loading branch information
1 parent
09a3a7d
commit 90f74c7
Showing
2 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "SimulationService" | ||
uuid = "e66378d9-a322-4933-8764-0ce0bcab4993" | ||
authors = ["Five Grant <[email protected]>"] | ||
version = "0.14.0" | ||
version = "0.14.1" | ||
|
||
[deps] | ||
AMQPClient = "79c8b4cd-a41a-55fa-907c-fab5288e1383" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters