Changed message_queues hashtable size to 32.
This commit is contained in:
parent
bbd514f825
commit
a1ea878956
@ -177,7 +177,7 @@ twc_profile_new(const char *name)
|
|||||||
|
|
||||||
profile->chats = twc_list_new();
|
profile->chats = twc_list_new();
|
||||||
profile->friend_requests = twc_list_new();
|
profile->friend_requests = twc_list_new();
|
||||||
profile->message_queues = weechat_hashtable_new(10,
|
profile->message_queues = weechat_hashtable_new(32,
|
||||||
WEECHAT_HASHTABLE_INTEGER,
|
WEECHAT_HASHTABLE_INTEGER,
|
||||||
WEECHAT_HASHTABLE_POINTER,
|
WEECHAT_HASHTABLE_POINTER,
|
||||||
NULL, NULL);
|
NULL, NULL);
|
||||||
|
Loading…
Reference in New Issue
Block a user