From 0f2dcf170696e57717031e431098e779a7cbdbe6 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Mon, 8 Apr 2019 00:03:17 -0700 Subject: [PATCH] modules/client/sync: Rename conf item. --- modules/client/sync.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/client/sync.cc b/modules/client/sync.cc index f8d8757cb..c72e6a6b3 100644 --- a/modules/client/sync.cc +++ b/modules/client/sync.cc @@ -101,7 +101,7 @@ ircd::m::sync::linear_delta_max decltype(ircd::m::sync::polylog_only) ircd::m::sync::polylog_only { - { "name", "ircd.client.sync.polylog_only" }, + { "name", "ircd.client.sync.polylog.only" }, { "default", false }, };