mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-02 00:32:09 +02:00
fix comment
This commit is contained in:
@@ -147,8 +147,8 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// When in oldMode the delta is based on 120. We devide
|
// When in oldMode the delta is based on 120.
|
||||||
// by 40 to try and get a more usable deltaFactor.
|
// Dividing by 40 to try and get a more usable deltaFactor.
|
||||||
if ( oldMode ) {
|
if ( oldMode ) {
|
||||||
// Divide all the things by 40!
|
// Divide all the things by 40!
|
||||||
delta /= 40;
|
delta /= 40;
|
||||||
|
|||||||
Reference in New Issue
Block a user