lib/adhearsion/configuration.rb in adhearsion-2.4.0 vs lib/adhearsion/configuration.rb in adhearsion-2.5.0
- old
+ new
@@ -53,11 +53,11 @@
formatter nil, :desc => <<-__
A log formatter to apply to all active outputters. If nil, the Adhearsion default formatter will be used.
__
}
- after_hangup_lifetime 30, :transform => Proc.new { |v| v.to_i }, :desc => <<-__
- Lifetime of a call after it has hung up
+ after_hangup_lifetime 1, :transform => Proc.new { |v| v.to_i }, :desc => <<-__
+ Lifetime of a call after it has hung up. Should be set to the minimum functional value for your application. Call actors (threads) living after hangup consume more system resources and reduce the concurrent call capacity of your application.
__
desc "Media configuration"
media {
default_voice nil, desc: 'The default voice used for all output. Set nil to use platform default.'