Count UTF-8 bytes and graphemes instead Microsoft brand UTF-16 whatevers.

This commit is contained in:
flash 2025-04-14 21:57:24 +00:00
commit e7b38dc8e1
Signed by: flash
GPG key ID: 2C9C2C574D47FE3E
9 changed files with 52 additions and 15 deletions

View file

@ -24,6 +24,7 @@ namespace SharpChat.EventStorage {
SslMode = MySqlSslMode.None,
ForceSynchronous = true,
ConnectionTimeout = 5,
DefaultCommandTimeout = 900, // fuck it, 15 minutes
}.ToString();
}