Skip to content

Commit

Permalink
reduce report limit
Browse files Browse the repository at this point in the history
  • Loading branch information
secondl1ght committed Jan 22, 2024
1 parent 3152c0f commit f39e3ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/sync/reports.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import localforage from 'localforage';

axiosRetry(axios, { retries: 3, retryDelay: axiosRetry.exponentialDelay });

const limit = 20000;
const limit = 10000;

export const reportsSync = async () => {
// clear tables if present
Expand Down

0 comments on commit f39e3ad

Please sign in to comment.