Skip to content

Commit

Permalink
Update order rate limit count default
Browse files Browse the repository at this point in the history
  • Loading branch information
sonvister committed Sep 20, 2019
1 parent f462d13 commit a2676dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Binance/Options/BinanceApiOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public sealed class BinanceApiOptions
public static readonly int RequestRateLimitBurstCountDefault = 100;
public static readonly int RequestRateLimitBurstDurationSecondsDefault = 1;

public static readonly int OrderRateLimitCountDefault = 100000;
public static readonly int OrderRateLimitCountDefault = 200000;
public static readonly int OrderRateLimitDurationDaysDefault = 1;

public static readonly int OrderRateLimitBurstCountDefault = 10;
Expand Down

0 comments on commit a2676dd

Please sign in to comment.