Skip to content

Commit

Permalink
缩短回调间隔
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhangYiQiu committed Oct 8, 2024
1 parent 017424a commit ee4429f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TokenPay/BgServices/OrderNotifyService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class OrderNotifyService : BaseScheduledService

public OrderNotifyService(ILogger<OrderNotifyService> logger,
IConfiguration configuration,
IFreeSql freeSql) : base("订单通知", TimeSpan.FromSeconds(3), logger)
IFreeSql freeSql) : base("订单通知", TimeSpan.FromSeconds(1), logger)
{
this._configuration = configuration;
this.freeSql = freeSql;
Expand Down

0 comments on commit ee4429f

Please sign in to comment.