Browse Source

kazoo : increase max url size to 512

lazedo 8 years ago
parent
commit
33ecbbbaf8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/modules/kazoo/kz_amqp.c

+ 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)