Module: kamailio Branch: master Commit: 59104fe7d57bc8c75c835bbb75d5a1b7d01f6bda URL: https://github.com/kamailio/kamailio/commit/59104fe7d57bc8c75c835bbb75d5a1b7...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2024-01-19T10:09:46+01:00
core: increase default pv buffer size to accomodate safer webrtc traffic
---
Modified: src/core/pvapi.c
---
Diff: https://github.com/kamailio/kamailio/commit/59104fe7d57bc8c75c835bbb75d5a1b7... Patch: https://github.com/kamailio/kamailio/commit/59104fe7d57bc8c75c835bbb75d5a1b7...
---
diff --git a/src/core/pvapi.c b/src/core/pvapi.c index 0bb20367ba5..34d0a9bcb3c 100644 --- a/src/core/pvapi.c +++ b/src/core/pvapi.c @@ -2029,7 +2029,7 @@ void pv_destroy_api(void) * - buffer to print PVs */ static char **_pv_print_buffer = NULL; -#define PV_DEFAULT_PRINT_BUFFER_SIZE 8192 /* 8kB */ +#define PV_DEFAULT_PRINT_BUFFER_SIZE 32768 /* 32kB */ static int _pv_print_buffer_size = PV_DEFAULT_PRINT_BUFFER_SIZE; static int _pv_print_buffer_size_active = 0; /* 6 mod params + 4 direct usage from mods */