remove query trades default limit 200

This commit is contained in:
c9s 2021-02-08 13:40:47 +08:00
parent 06290c72b6
commit 72044a63fd

View File

@ -92,7 +92,6 @@ func (s *SyncService) SyncTrades(ctx context.Context, exchange types.Exchange, s
batch := &types.ExchangeBatchProcessor{Exchange: exchange}
tradeC, errC := batch.BatchQueryTrades(ctx, symbol, &types.TradeQueryOptions{
StartTime: &startTime,
Limit: 200,
LastTradeID: lastID,
})