Count UTF-8 bytes and graphemes instead Microsoft brand UTF-16 whatevers.
This commit is contained in:
parent
306f8a29d1
commit
e7b38dc8e1
9 changed files with 52 additions and 15 deletions
|
@ -24,6 +24,7 @@ namespace SharpChat.EventStorage {
|
|||
SslMode = MySqlSslMode.None,
|
||||
ForceSynchronous = true,
|
||||
ConnectionTimeout = 5,
|
||||
DefaultCommandTimeout = 900, // fuck it, 15 minutes
|
||||
}.ToString();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue