mirror of
https://github.com/mempool/mempool.git
synced 2026-08-18 13:08:44 +02:00
Remove test code
This commit is contained in:
parent
fb152b6d7b
commit
7e7dbdbaf2
1 changed files with 0 additions and 1 deletions
|
|
@ -359,7 +359,6 @@ class Statistics {
|
|||
try {
|
||||
const connection = await DB.pool.getConnection();
|
||||
const query = this.getQueryForDays(1800, '1 WEEK'); // 30m interval
|
||||
await connection.query<any>({ sql: "SET time_zone = '+9:00';", timeout: this.queryTimeout });
|
||||
const [rows] = await connection.query<any>({ sql: query, timeout: this.queryTimeout });
|
||||
connection.release();
|
||||
return this.mapStatisticToOptimizedStatistic(rows);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue