forked from phwitservices/RundeckLogfileCleanup
-
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.
Added a MAX_DELETE parameter, once this number of deleteable executio…
…n logs have been found they are immediately deleted and the script passes on to the next job. This was added as my aging servers seem to choke if too many logs are deleted in one go.
- Loading branch information
unknown
committed
Oct 1, 2016
1 parent
ad40c7f
commit d588ee2
Showing
2 changed files
with
2 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -8,5 +8,6 @@ | |
"MAXIMUM_DAYS": 90, | ||
"TIMEOUT": 60, | ||
"DELETE_TIMEOUT": 1200, | ||
"MAX_DELETE": 2500, | ||
"VERBOSE": false | ||
} |