Module: kamailio Branch: master Commit: 874a7d50779a582d1de809a3d57b4a07c3a1fbd9 URL: https://github.com/kamailio/kamailio/commit/874a7d50779a582d1de809a3d57b4a07...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2017-08-14T13:26:22+02:00
topos: increased defined value for tps nr keys
---
Modified: src/modules/topos/tps_storage.c
---
Diff: https://github.com/kamailio/kamailio/commit/874a7d50779a582d1de809a3d57b4a07... Patch: https://github.com/kamailio/kamailio/commit/874a7d50779a582d1de809a3d57b4a07...
---
diff --git a/src/modules/topos/tps_storage.c b/src/modules/topos/tps_storage.c index b114360739..5662b80654 100644 --- a/src/modules/topos/tps_storage.c +++ b/src/modules/topos/tps_storage.c @@ -444,7 +444,7 @@ str tt_col_b_tag = str_init("b_tag"); str tt_col_s_method = str_init("s_method"); str tt_col_s_cseq = str_init("s_cseq");
-#define TPS_NR_KEYS 32 +#define TPS_NR_KEYS 48
str _tps_empty = str_init("");