2
0
Эх сурвалжийг харах

kazoo : increase max url size to 512

lazedo 8 жил өмнө
parent
commit
33ecbbbaf8

+ 1 - 1
src/modules/kazoo/kz_amqp.c

@@ -679,7 +679,7 @@ void kz_amqp_destroy() {
 	kz_hash_destroy();
 }
 
-#define KZ_URL_MAX_SIZE 100
+#define KZ_URL_MAX_SIZE 512
 static char* KZ_URL_ROOT = "/";
 
 int kz_amqp_add_connection(modparam_t type, void* val)