forked from OsiriX-Foundation/karnak
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pull request OsiriX-Foundation#221: feat: rollback and set to 5 min
Merge in TELIMA/karnak from TELIMA-292 to master * commit '36de7936d1b5c73d55c02d59f2c50be98d4d0ea1': feat: rollback and set to 5 min
- Loading branch information
Showing
3 changed files
with
3 additions
and
6 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
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 |
---|---|---|
|
@@ -139,8 +139,6 @@ management: | |
monitoring: | ||
# Maximum of sop instance sent for the monitoring | ||
max-history: 300000 | ||
# Cleaning frequency of the monitoring in minutes | ||
cleaning-frequency: 300000 # Represents 5 minutes | ||
|
||
mail: | ||
sender: [email protected] |
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 |
---|---|---|
|
@@ -47,6 +47,5 @@ spring: | |
enabled: false | ||
monitoring: | ||
max-history: 50000 | ||
cleaning-frequency: 300000 # Represents 5 minutes | ||
mail: | ||
sender: [email protected] |