Browse Source
change: use millisecond precision by default
this is More Precise and will allow us to handle ratelimits Much Easier
pull/1376/head
Christopher Felegy
5 years ago
No known key found for this signature in database
GPG Key ID: 3AB2CA980DDC61A9
1 changed files with
1 additions and
1 deletions
-
src/Discord.Net.Core/DiscordConfig.cs
|
@@ -151,6 +151,6 @@ namespace Discord |
|
|
/// <returns> |
|
|
/// <returns> |
|
|
/// The currently set <see cref="RateLimitPrecision"/>. |
|
|
/// The currently set <see cref="RateLimitPrecision"/>. |
|
|
/// </returns> |
|
|
/// </returns> |
|
|
public RateLimitPrecision RateLimitPrecision { get; set; } = RateLimitPrecision.Second; |
|
|
|
|
|
|
|
|
public RateLimitPrecision RateLimitPrecision { get; set; } = RateLimitPrecision.Millisecond; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |