mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Defaulted hardlink to false again after an internal debate regarding some Windows peculiarities.
This commit is contained in:
@@ -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); }
|
||||
}
|
||||
|
Reference in New Issue
Block a user