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 #22 from Metaswitch/update_options
Browse files Browse the repository at this point in the history
[Reviewer: Rob] Add in missing option
  • Loading branch information
eleanor-merry committed Mar 19, 2015
2 parents ea51553 + 53850a7 commit 3314d66
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/Clearwater_Configuration_Options_Reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@ This section describes optional configuration options, particularly for ensuring

* `memento_threads` - determines the number of threads dedicated to adding call list fragments to the call list store. This defaults to 25 threads. This is only relevant if the node includes a Memento AS.
* `signaling_dns_server` - a comma-separated list of DNS servers for non-ENUM queries. Defaults to 127.0.0.1 (i.e. uses `dnsmasq`)
* `target_latency_us` - Target latency (in microsecs) for requests above which [throttling](http://www.projectclearwater.org/clearwater-performance-and-our-load-monitor/) applies. This defaults to 100000 microsecs
* `max_tokens` - Maximum number of tokens allowed in the token bucket (used by the throttling code). This defaults to 20 tokens
* `init_token_rate` - Initial token refill rate of tokens in the token bucket (used by the throttling code). This defaults to 100.0
* `min_token_rate` - Minimum token refill rate of tokens in the token bucket (used by the throttling code). This defaults to 10.0
* `override_npdi` - Whether the I-CSCF, S-CSCF and BGCF should check for number portability data on requests that already have the 'npdi' indicator. This defaults to false
* `exception_max_ttl` - determines the maximum time before a process exits if it crashes. This defaults to 600 seconds

## Experimental options
Expand Down

0 comments on commit 3314d66

Please sign in to comment.