Skip to content

Commit

Permalink
Update connection_pool.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
k-i-o authored Aug 12, 2023
1 parent 26f08a1 commit 5e1ef43
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 5e1ef43

Please sign in to comment.