From 9ecc9a358b81aa14de32ea3492ea2d86a626fd30 Mon Sep 17 00:00:00 2001 From: filifa Date: Wed, 7 Aug 2024 23:16:10 -0500 Subject: [PATCH] update recommendation --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 576a6e4..d9f668f 100644 --- a/README.md +++ b/README.md @@ -38,8 +38,9 @@ scripts: 2. Pick a directory to keep the SQLite database in (I picked `~/.local/share/mlblive`). 3. Create the database with `sqlite3 < schema.sql` - * I recommend making at least one database for each bot account you plan to - set up. + * I recommend making one database for plays and one for highlights + (assuming you wish to process both) for each team you want to follow. +Separate databases for plays and highlights will reduce delays due to locking. 4. Put the other SQL scripts in the same directory as the database. 5. Review the scripts to see what arguments they require. 6. Write some systemd services and timers to execute the shell scripts