mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-17 21:26:22 -04: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