mirror of
https://github.com/chatmail/core.git
synced 2026-05-22 16:26:31 +03:00
Fix a typo
This commit is contained in:
@@ -122,7 +122,7 @@ impl Sql {
|
|||||||
let conn = pool.get()?;
|
let conn = pool.get()?;
|
||||||
|
|
||||||
// Only one process can make changes to the database at one time.
|
// Only one process can make changes to the database at one time.
|
||||||
// busy_timeout defines, that if a seconds process wants write access,
|
// busy_timeout defines, that if a second process wants write access,
|
||||||
// this second process will wait some milliseconds
|
// this second process will wait some milliseconds
|
||||||
// and try over until it gets write access or the given timeout is elapsed.
|
// and try over until it gets write access or the given timeout is elapsed.
|
||||||
// If the second process does not get write access within the given timeout,
|
// If the second process does not get write access within the given timeout,
|
||||||
|
|||||||
Reference in New Issue
Block a user