mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02: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
|
public bool CopyUsingHardlinks
|
||||||
{
|
{
|
||||||
get { return GetValueBoolean("CopyUsingHardlinks", false); }
|
get { return GetValueBoolean("CopyUsingHardlinks", true); }
|
||||||
|
|
||||||
set { SetValue("CopyUsingHardlinks", value); }
|
set { SetValue("CopyUsingHardlinks", value); }
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user