limit simo reg processing threads to 25 and add param to raise it

This commit is contained in:
Anthony Minessale
2013-02-21 12:26:30 -06:00
parent 362b101ede
commit dd3bd238c5
2 changed files with 21 additions and 2 deletions
+1
View File
@@ -392,6 +392,7 @@ struct mod_sofia_globals {
int rewrite_multicasted_fs_path;
int presence_flush;
switch_thread_t *presence_thread;
uint32_t max_reg_threads;
};
extern struct mod_sofia_globals mod_sofia_globals;