Skip to content
This repository was archived by the owner on Oct 16, 2025. It is now read-only.

Commit f633942

Browse files
authored
Update nodes_query.rb
1 parent a8c43d3 commit f633942

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src-admintool/queries/nodes_query.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ def get_sql
2929
on n.id = nc.inv_node_id
3030
left join (
3131
select
32-
/* changeToken backup is currently using 66TB */
33-
9501 as node, 650 - 66 as tb
32+
9501 as node, 650 as tb
3433
) lim
3534
on n.number = lim.node
3635
where

0 commit comments

Comments
 (0)