mirror of https://github.com/asterisk/asterisk
The async_operations setting on a transport configures how many simultaneous incoming packets the transport can handle when multiple threads are polling and waiting on the transport. As we only use a single thread this was needlessly creating incoming packets when set to a non-default value, wasting memory. ASTERISK-30006 Change-Id: I1915973ef352862dc2852a6ba4cfce2ed536e68f16.26
parent
163abe6934
commit
37981d25e3
@ -0,0 +1,7 @@
|
||||
Subject: res_pjsip
|
||||
|
||||
The 'async_operations' setting on transports is no longer
|
||||
obeyed and instead is always set to 1. This is due to the
|
||||
functionality not being applicable to Asterisk and causing
|
||||
excess unnecessary memory usage. This setting will now be
|
||||
ignored but can also be removed from the configuration file.
|
Loading…
Reference in new issue