diff options
author | Sadie Powell <sadie@witchery.services> | 2024-05-11 18:08:57 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-05-16 16:44:38 +0100 |
commit | 3f9fc232708ac1632de159116d06473ea2750e87 (patch) | |
tree | 721a1a908015b0d287fd982bca65dcc6c1b4a3d2 | |
parent | afe87bf69354c87506fa7544e4d0945046a5b303 (diff) |
Remove some unnecessary advice.
-rw-r--r-- | data/example.conf | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/data/example.conf b/data/example.conf index 1ccadcd31..043fa4366 100644 --- a/data/example.conf +++ b/data/example.conf @@ -1153,11 +1153,6 @@ module * This is only useful with very large databases, with hundreds * of thousands of objects, that have a noticeable delay from * writing databases. - * - * If your database is large enough cause a noticeable delay when - * saving you should consider a more powerful alternative such - * as db_sql or db_redis, which incrementally update their - * databases asynchronously in real time. */ fork = no } |