New: Changed the default of 'Use Hardlinks instead of Copy' to true. Most ppl seem to want that anyway.

pull/6/head
Taloth Saldono 8 years ago
parent bb9a0371c5
commit 79c565911c

@ -189,7 +189,7 @@ namespace NzbDrone.Core.Configuration
public bool CopyUsingHardlinks
{
get { return GetValueBoolean("CopyUsingHardlinks", false); }
get { return GetValueBoolean("CopyUsingHardlinks", true); }
set { SetValue("CopyUsingHardlinks", value); }
}

Loading…
Cancel
Save