mirror of
https://github.com/matrix-construct/construct
synced 2024-11-25 08:12:37 +01:00
ircd:Ⓜ️:request: Reclaim small tls buffer.
This commit is contained in:
parent
076cfb32f5
commit
bcf8f0531f
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ const
|
|||
secret_key.sign(object)
|
||||
};
|
||||
|
||||
thread_local char sigb64[1_KiB];
|
||||
char sigb64[128];
|
||||
return fmt::sprintf
|
||||
{
|
||||
out, "X-Matrix origin=%s,key=\"%s\",sig=\"%s\"",
|
||||
|
|
Loading…
Reference in a new issue