mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-06 21:33:08 +00:00
Raised stack max length to 16384
This commit is contained in:
parent
81a9a7073b
commit
6f3b23e64d
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@
|
|||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#define MAX_LEN 4096
|
||||
#define MAX_LEN 16384
|
||||
|
||||
#include "linphonecore.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue