New: Changed the default of 'Use Hardlinks instead of Copy' to true. Most ppl seem to want that anyway.
This commit is contained in:
parent
bb9a0371c5
commit
79c565911c
|
@ -189,7 +189,7 @@ namespace NzbDrone.Core.Configuration
|
||||||
|
|
||||||
public bool CopyUsingHardlinks
|
public bool CopyUsingHardlinks
|
||||||
{
|
{
|
||||||
get { return GetValueBoolean("CopyUsingHardlinks", false); }
|
get { return GetValueBoolean("CopyUsingHardlinks", true); }
|
||||||
|
|
||||||
set { SetValue("CopyUsingHardlinks", value); }
|
set { SetValue("CopyUsingHardlinks", value); }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue