We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c1667e commit fa9d8f4Copy full SHA for fa9d8f4
1 file changed
src/lib/alarms/csfloat_trade_pings.ts
@@ -30,7 +30,7 @@ export async function pingTradeStatus(expectedSteamID?: string) {
30
31
let pendingTrades: SlimTrade[];
32
try {
33
- const resp = await FetchSlimTrades.handleRequest({limit: 3000}, {});
+ const resp = await FetchSlimTrades.handleRequest({limit: 5000}, {});
34
pendingTrades = resp.trades;
35
} catch (e) {
36
console.error(e);
0 commit comments