Skip to content
This repository has been archived by the owner on Feb 27, 2020. It is now read-only.

Commit

Permalink
Merge pull request #34 from Metaswitch/sprout-iss1022
Browse files Browse the repository at this point in the history
[Reviewer: Andy] Make DNS blacklist duration configurable
  • Loading branch information
mirw committed May 1, 2015
2 parents a6cd73a + 98a50e6 commit 49df670
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/Clearwater_Configuration_Options_Reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ This section describes optional configuration options, particularly for ensuring
* `exception_max_ttl` - determines the maximum time before a process exits if it crashes. This defaults to 600 seconds
* `check_destination_host` - determines whether the node checks the Destination-Host on a Diameter request when deciding whether it should process the request. This defaults to true.
* `astaire_cpu_limit_percentage` - the maximum percentage of total CPU that Astaire is allowed to consume when resyncing memcached data (as part of a scale-up, scale-down, or following a memcached failure). Note that this only limits the CPU usage of the Astaire process, and does not affect memcached's CPU usage. Must be an integer. Defaults to 5.
* `sip_blacklist_duration` - the time in seconds for which SIP peers are blacklisted when they are unresponsive (defaults to 30 seconds).
* `http_blacklist_duration` - the time in seconds for which HTTP peers are blacklisted when they are unresponsive (defaults to 30 seconds).
* `diameter_blacklist_duration` - the time in seconds for which Diameter peers are blacklisted when they are unresponsive (defaults to 30 seconds).

## Experimental options

Expand Down

0 comments on commit 49df670

Please sign in to comment.