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

Commit

Permalink
websocket_max_message_size => ws_max_message_size (fix #28). Reported…
Browse files Browse the repository at this point in the history
… by @jeffjcrowe.
  • Loading branch information
ibc committed Nov 13, 2012
1 parent e895e76 commit 41baff9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/oversip/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def self.log_id
},
:security => {
:sip_max_body_size => 65536,
:websocket_max_message_size => 65536,
:ws_max_message_size => 65536,
:connection_in_inactivity_timeout => 120,
:connection_out_inactivity_timeout => 120,
:anti_slow_attack_timeout => 4
Expand Down Expand Up @@ -124,7 +124,7 @@ def self.log_id
},
:security => {
:sip_max_body_size => :fixnum,
:websocket_max_message_size => :fixnum,
:ws_max_message_size => :fixnum,
:connection_in_inactivity_timeout => [ :fixnum, [ :greater_equal_than, 2 ] ],
:connection_out_inactivity_timeout => [ :fixnum, [ :greater_equal_than, 2 ] ],
:anti_slow_attack_timeout => :fixnum
Expand Down

0 comments on commit 41baff9

Please sign in to comment.