From b4cda9e656f6720fe5ee7eaccb9dcd2c12e6ac82 Mon Sep 17 00:00:00 2001 From: akvlad Date: Tue, 19 Mar 2024 16:38:22 +0200 Subject: [PATCH] fix: debug bun --- lib/db/throttler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/db/throttler.js b/lib/db/throttler.js index 2320e0cc..1316b480 100644 --- a/lib/db/throttler.js +++ b/lib/db/throttler.js @@ -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