mirror of
https://github.com/nextepc/nextepc-oss.git
synced 2025-11-02 04:43:15 +00:00
[SBI] CLIENT max concurrent streams to 16384
This commit is contained in:
@@ -118,6 +118,8 @@ ogs_sbi_client_t *ogs_sbi_client_add(ogs_sockaddr_t *addr)
|
||||
curl_multi_setopt(multi, CURLMOPT_SOCKETDATA, client);
|
||||
curl_multi_setopt(multi, CURLMOPT_TIMERFUNCTION, multi_timer_cb);
|
||||
curl_multi_setopt(multi, CURLMOPT_TIMERDATA, client);
|
||||
curl_multi_setopt(multi, CURLMOPT_MAX_CONCURRENT_STREAMS,
|
||||
ogs_app()->pool.stream);
|
||||
|
||||
ogs_list_add(&ogs_sbi_self()->client_list, client);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user