Skip to content

Commit

Permalink
Merge pull request ddnet#7006 from k-i-o/k-i-o-patch-1
Browse files Browse the repository at this point in the history
Update connection_pool.cpp
  • Loading branch information
def- authored Aug 12, 2023
2 parents 26f08a1 + 5e1ef43 commit fcb05f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/server/databases/connection_pool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fcb05f9

Please sign in to comment.