mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Merge pull request #7006 from k-i-o/k-i-o-patch-1
Update connection_pool.cpp
This commit is contained in:
commit
fcb05f945b
|
@ -176,7 +176,7 @@ void CDbConnectionPool::OnShutdown()
|
|||
}
|
||||
|
||||
// The backup worker thread looks at write queries and stores them
|
||||
// in the sqilte database (WRITE_BACKUP). It skips over read queries.
|
||||
// in the sqlite database (WRITE_BACKUP). It skips over read queries.
|
||||
// After processing the query, it gets passed on to the Worker thread.
|
||||
// This is done to not loose ranks when the server shuts down before all
|
||||
// queries are executed on the mysql server
|
||||
|
|
Loading…
Reference in a new issue