Skip to content

Commit

Permalink
Merge pull request #13998 from heejaechang/oopOn
Browse files Browse the repository at this point in the history
turn on OOP by default
  • Loading branch information
heejaechang authored Sep 22, 2016
2 parents f948558 + 800cbfe commit f62ee52
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ internal static class RemoteHostOptions
public const string OptionName = "FeatureManager/Features";

[ExportOption]
public static readonly Option<bool> RemoteHost = new Option<bool>(OptionName, nameof(RemoteHost), defaultValue: false);
public static readonly Option<bool> RemoteHost = new Option<bool>(OptionName, nameof(RemoteHost), defaultValue: true);

[ExportOption]
public static readonly Option<int> SolutionChecksumMonitorBackOffTimeSpanInMS = new Option<int>(OptionName, nameof(SolutionChecksumMonitorBackOffTimeSpanInMS), defaultValue: 10000);
Expand Down

0 comments on commit f62ee52

Please sign in to comment.