debug
This commit is contained in:
parent
b51202007f
commit
d5799c410d
1 changed files with 5 additions and 1 deletions
|
|
@ -407,7 +407,7 @@ const requestsLimiter = rateLimit({
|
|||
'at',
|
||||
],
|
||||
[fn('avg', literal('"block_cumulative_size"::REAL')), 'bcs'],
|
||||
[fn('MAX', col('height')), 'height'], // Use MAX to aggregate height
|
||||
[fn('MAX', col('actual_timestamp')), 'actual_timestamp'],
|
||||
],
|
||||
group: ['at'],
|
||||
order: [[literal('"at"'), 'ASC']],
|
||||
|
|
@ -419,7 +419,11 @@ const requestsLimiter = rateLimit({
|
|||
raw: true,
|
||||
});
|
||||
|
||||
console.log(offsetDate);
|
||||
console.log(result.length);
|
||||
console.log(result[0]);
|
||||
|
||||
|
||||
res.send(result);
|
||||
|
||||
} else if (chart === 'AvgTransPerBlock') {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue