Skip to content

Commit

Permalink
refactor: update event queue key in flusher.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
sasicodes committed Jul 21, 2024
1 parent e807c64 commit cad7784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/src/helpers/tower/flusher.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import clickhouseClient from '@/db/clickhouse'
import { rLength, rLoad, rTrim } from '@/db/redis'

const QUEUE_KEY = 'eventQueue'
const QUEUE_KEY = 'towerEvents'
const BATCH_SIZE = 5000

const flushEvents = async (): Promise<void> => {
Expand Down

0 comments on commit cad7784

Please sign in to comment.