]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Fix polarity of setting description.
authorMiod Vallat <miod.vallat@powerdns.com>
Thu, 12 Feb 2026 15:41:36 +0000 (16:41 +0100)
committerMiod Vallat <miod.vallat@powerdns.com>
Thu, 12 Feb 2026 15:41:36 +0000 (16:41 +0100)
This was forgotten after this setting changed name and polarity.

Signed-off-by: Miod Vallat <miod.vallat@powerdns.com>
modules/lmdbbackend/lmdbbackend.cc

index f1409dd86eb60db3db62cc12c06d3ce434fdb2ea..fb35dfbe7f704c2f5da945eb53343256e161d5d6 100644 (file)
@@ -3530,7 +3530,7 @@ public:
     declare(suffix, "map-size", "main LMDB map size in megabytes", (sizeof(void*) == 4) ? "100" : "16000");
     declare(suffix, "shards-map-size", "shard LMDB map size in megabytes, zero to use the same size as main", "0");
     declare(suffix, "flag-deleted", "Flag entries on deletion instead of deleting them", "no");
-    declare(suffix, "write-notification-update", "Do not update domain table upon notification", "yes");
+    declare(suffix, "write-notification-update", "Update domain table upon notification", "yes");
     declare(suffix, "lightning-stream", "Run in Lightning Stream compatible mode", "no");
   }
   DNSBackend* make(const string& suffix = "") override