Skip to content

Commit

Permalink
chore: update syncScoreToStack script
Browse files Browse the repository at this point in the history
  • Loading branch information
bigint committed Jun 27, 2024
1 parent 7d95c3b commit bbabe27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/api/src/script/sync-score-to-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import lensPg from '../db/lensPg';

const baseUrl = 'https://api.hey.xyz/score/get';
const batchSize = 5;
const limit = 10000;
const offset = 89258;
const limit = 300000;
const offset = 104600;

const getProfiles = async () => {
const profiles = await lensPg.query(
Expand Down

0 comments on commit bbabe27

Please sign in to comment.