mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-03-25 14:56:21 +00:00
New: Changed the default of 'Use Hardlinks instead of Copy' to true. Most ppl seem to want that anyway.
This commit is contained in:
@@ -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); }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user