Skip to content

Commit fa9d8f4

Browse files
committed
Increases Limit for Trades Fetched
Ref CSF-425
1 parent 7c1667e commit fa9d8f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/alarms/csfloat_trade_pings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export async function pingTradeStatus(expectedSteamID?: string) {
3030

3131
let pendingTrades: SlimTrade[];
3232
try {
33-
const resp = await FetchSlimTrades.handleRequest({limit: 3000}, {});
33+
const resp = await FetchSlimTrades.handleRequest({limit: 5000}, {});
3434
pendingTrades = resp.trades;
3535
} catch (e) {
3636
console.error(e);

0 commit comments

Comments
 (0)