From b2b61b0268f5ddac347b5487ea677a7202b95c50 Mon Sep 17 00:00:00 2001 From: teor Date: Thu, 14 Nov 2019 15:39:40 +1000 Subject: [PATCH] changes: Update the changes file for 32410 When the relay module is disabled, we change the ClientOnly default to 1. But we forgot to mention that in the changes file. --- changes/ticket32410 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changes/ticket32410 b/changes/ticket32410 index 56368fe558..3b516d7a8c 100644 --- a/changes/ticket32410 +++ b/changes/ticket32410 @@ -1,3 +1,3 @@ o Minor features (relay): - - When the relay module is disabled, make "DirCache 0" the default. - Closes ticket 32410. + - When the relay module is disabled, change the default config so that + DirCache is 0, and ClientOnly is 1. Closes ticket 32410.