Defaulted hardlink to false again after an internal debate regarding some Windows peculiarities.

This commit is contained in:
Taloth Saldono 2014-11-20 23:34:48 +01:00
parent ebb2b12400
commit aa36c04d56
4 changed files with 7 additions and 5 deletions

View file

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