code cleanup

This commit is contained in:
Sebastian Hildebrandt 2018-12-17 21:12:03 +01:00
parent 3ca96368b3
commit eb4dbf0082
2 changed files with 2 additions and 1 deletions

View File

@ -100,6 +100,7 @@ Other changes
| Version | Date | Comment |
| -------------- | -------------- | -------- |
| 3.52.2 | 2018-12-17 | code cleanup |
| 3.52.1 | 2018-12-17 | `inetChecksite()` bugfix windows |
| 3.52.0 | 2018-12-15 | `cpu()` added physical cores, processors, socket type |
| 3.51.4 | 2018-12-05 | `versions()` bugfix, optimization postgres |

View File

@ -122,7 +122,7 @@ const AMDBaseFrequencies = {
'7551P': '2.0',
'7401P': '2.0',
'7351P': '2.4'
}
};
const socketTypes = {
1: 'Other',