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

Commit 39874a9

Browse files
committed
backup node in admin report
1 parent 2d5903f commit 39874a9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src-admintool/queries/nodes_query.rb

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

0 commit comments

Comments
 (0)