Skip to content

Commit

Permalink
fix: debug bun
Browse files Browse the repository at this point in the history
  • Loading branch information
akvlad committed Mar 19, 2024
1 parent 8858cce commit b4cda9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/db/throttler.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const { isMainThread, parentPort } = require('worker_threads')
const axios = require('axios')
const { getClickhouseUrl, samplesTableName, rawRequest } = require('./clickhouse')
const clickhouseOptions = require('./clickhouse').databaseOptions
const clickhouseOptions = require('./clickhouse_options').databaseOptions
const logger = require('../logger')
const { DATABASE_NAME } = require('../utils')
const clusterName = require('../../common').clusterName
Expand Down

0 comments on commit b4cda9e

Please sign in to comment.