Typos, grammar (#1905)

This commit is contained in:
mmetc 2022-12-06 15:55:27 +01:00 committed by GitHub
parent fdda940ac0
commit cc228f1868
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 17 additions and 17 deletions

View file

@ -60,7 +60,7 @@ func (c *Config) LoadDBConfig() error {
if c.DbConfig.Type == "sqlite" {
if c.DbConfig.UseWal == nil {
log.Warning("You are using sqlite without WAL, this can have an impact of performance. If you do not store the database in a network share, set db_config.use_wal to true. Set explicitly to false to disable this warning.")
log.Warning("You are using sqlite without WAL, this can have a performance impact. If you do not store the database in a network share, set db_config.use_wal to true. Set explicitly to false to disable this warning.")
}
}