Skip to content

Commit

Permalink
Extended receive-timeout from 1ms to 5ms. This value was too small
Browse files Browse the repository at this point in the history
resulting in messages being dropped by mod_kazoo's erlang message
receiver.
  • Loading branch information
bradfordben committed Nov 8, 2020
1 parent ce2ec4b commit 043847a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freeswitch/autoload_configs/kazoo.conf.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<param name="event-stream-preallocate" value="32768" />
<param name="receive-msg-preallocate" value="32768" />
<param name="node-worker-threads" value="5" />
<param name="receive-timeout" value="1" />
<param name="receive-timeout" value="5" />
<param name="event-stream-framing" value="2" />

<param name="legacy-events" value="true" />
Expand Down

0 comments on commit 043847a

Please sign in to comment.