Enabled shared folder hierarchy change suppression by default

This commit is contained in:
Patrick Simpson 2017-09-26 12:36:12 +02:00
parent 83c70537b3
commit 484dac10be
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/// Copyright 2016 Kopano b.v.
/// Copyright 2017 Kopano b.v.
///
/// This program is free software: you can redistribute it and/or modify
/// it under the terms of the GNU Affero General Public License, version 3,
@ -322,7 +322,7 @@ namespace Acacia.Features.SharedFolders
set { SetOption(OPTION_SUPPRESS_HIERARCHY_CHANGES, value); }
}
private static readonly BoolOption OPTION_SUPPRESS_HIERARCHY_CHANGES =
new BoolOption("SuppressHierarchyChanges", false);
new BoolOption("SuppressHierarchyChanges", true);
private void SetupHierarchyChangeSuppression()
{