From f4d61c96125dd00034201f956077c988aab4600b Mon Sep 17 00:00:00 2001 From: BroodjeAap Date: Sun, 22 Jan 2023 11:04:34 +0000 Subject: [PATCH] readme+ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6b50a4..17eb62c 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ For example, if you want to set up GoWatch with Browserless, Apprise and a Postg ## Database By default, GoWatch will use an SQLite database, stored in the `/config` directory for the docker image. -If you have only a few watches with schedules of a few minutes+ then SQLite is probably fine. +If you have only a few watches with schedules of minutes+ then SQLite is probably fine. But with more watches, especially with shorter schedules, Gorm will start logging warnings about `SLOW SQL`, which are just warnings, but at that point it's probably better to switch to another database. You can use another database by changing the `database.dsn` value in the config or `GOWATCH_DATABASE_DSN` environment variable, for example with a PostgreSQL database: