A decentralized music tracking and discovery platform built on AT Protocol 🎵

Reduce page size to 100

+1 -1
+1 -1
tap/src/main.ts
··· 6 6 import { assureAdminAuth, parseTapEvent } from "@atproto/tap"; 7 7 import { addToBatch, flushBatch } from "./batch.ts"; 8 8 9 - const PAGE_SIZE = 500; 9 + const PAGE_SIZE = 100; 10 10 const BATCH_SEND_SIZE = 50; 11 11 const ADMIN_PASSWORD = Deno.env.get("TAP_ADMIN_PASSWORD")!; 12 12