From 3f9fc232708ac1632de159116d06473ea2750e87 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sat, 11 May 2024 18:08:57 +0100 Subject: Remove some unnecessary advice. --- data/example.conf | 5 ----- 1 file changed, 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 } -- cgit