We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2019aa commit 4d6c5dcCopy full SHA for 4d6c5dc
Types/Config.cs
@@ -278,7 +278,7 @@ public ulong InsidersChannel
278
public bool EnablePersistentDb { get; set; } = false;
279
280
[JsonProperty("compromisedAccountBanAutoPardonHours")]
281
- public int CompromisedAccountBanAutoPardonHours { get; private set; }
+ public int CompromisedAccountBanAutoPardonHours { get; private set; } = 0;
282
283
[JsonProperty("disableMicrosoftCommands")]
284
public bool DisableMicrosoftCommands { get; set; } = false;
0 commit comments