From 83daa12741cbf01025c7d0a2466eec237143c891 Mon Sep 17 00:00:00 2001 From: bert hubert Date: Fri, 10 May 2019 11:48:40 +0200 Subject: [PATCH] add 'sync' to --help --- modules/lmdbbackend/lmdbbackend.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/lmdbbackend/lmdbbackend.cc b/modules/lmdbbackend/lmdbbackend.cc index 1c3bdc715..db40143f5 100644 --- a/modules/lmdbbackend/lmdbbackend.cc +++ b/modules/lmdbbackend/lmdbbackend.cc @@ -1591,7 +1591,7 @@ public: void declareArguments(const string &suffix="") { declare(suffix,"filename","Filename for lmdb","./pdns.lmdb"); - declare(suffix,"sync-mode","Synchronisation mode: nosync, nometasync, mapasync","mapasync"); + declare(suffix,"sync-mode","Synchronisation mode: nosync, nometasync, mapasync, sync","mapasync"); // there just is no room for more on 32 bit declare(suffix,"shards","Records database will be split into this number of shards", (sizeof(long) == 4) ? "2" : "64"); } -- 2.40.0