0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-26 05:48:20 +02:00

modules/client/sync/rooms: Fix buffer sizing constant.

This commit is contained in:
Jason Volk 2019-07-24 17:42:31 -07:00
parent a9000af369
commit df2772c113

View file

@ -196,7 +196,7 @@ ircd::m::sync::_rooms_polylog(data &data,
}
#if defined(RB_DEBUG)
thread_local char tmbuf[MEMBERSHIP_MAX_SIZE];
thread_local char tmbuf[32];
if(data.stats && rooms.stats_debug) log::debug
{
log, "polylog %s %s %s in %s",