Deprecated the RESTLimitOnlyFailedLoginRequests config option

This commit is contained in:
White 2017-01-31 11:23:52 +10:30
parent cda84590cd
commit 94fb0e18b7

View file

@ -521,6 +521,7 @@ namespace TShockAPI
public int RESTRequestBucketDecreaseIntervalMinutes = 1;
/// <summary>RESTLimitOnlyFailedLoginRequests - Whether or not to limit only the max failed login requests, or all login requests.</summary>
[Obsolete("This value is no longer used and will be removed next version.")]
[Description("Whether we should limit only the max failed login requests, or all login requests.")]
public bool RESTLimitOnlyFailedLoginRequests = true;