mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-14 01:55:16 +00:00
[MOD] -J and -H flags for the max XMPP/HTTP thread
This commit is contained in:
parent
61b248363d
commit
4d6ba32e98
5 changed files with 58 additions and 10 deletions
|
|
@ -155,7 +155,7 @@ ParseeXMPPThread(void *argp)
|
|||
|
||||
/* ... and its readers. */
|
||||
/* TODO: Make that configurable. */
|
||||
info.available_dispatchers = 16;
|
||||
info.available_dispatchers = args->config->xmpp_threads;
|
||||
info.dispatchers = Malloc(
|
||||
sizeof(*info.dispatchers) * info.available_dispatchers
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue