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