You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 30, 2025. It is now read-only.
The task details component lists the syscr and syscw which represent the number of system call invocations, but the value is represented as a storage capacity rather than a simple integer:
The task details component lists the
syscr
andsyscw
which represent the number of system call invocations, but the value is represented as a storage capacity rather than a simple integer:nf-tower/tower-web/src/app/modules/main/entity/task/task.ts
Lines 133 to 136 in 6e483c4
I think that these measurements would be better represented as simple integers (counts).
The text was updated successfully, but these errors were encountered: