Updated the logic for Stat/Metric tracking in the dashboard more robust. (#365)
* Updated the logic for Stat/Metric tracking in the dashboard more robust. * Show used/total for stats. * Added the ability to configure the update interval of metrics in the dashboard.
This commit is contained in:
@@ -1066,6 +1066,7 @@ const options = mkOptions(OPTIONS, {
|
||||
},
|
||||
stats: {
|
||||
enabled: opt(true),
|
||||
interval: opt(2000),
|
||||
enable_gpu: opt(false),
|
||||
},
|
||||
controls: {
|
||||
|
||||
Reference in New Issue
Block a user