code cleanup
This commit is contained in:
parent
3ca96368b3
commit
eb4dbf0082
@ -100,6 +100,7 @@ Other changes
|
|||||||
|
|
||||||
| Version | Date | Comment |
|
| Version | Date | Comment |
|
||||||
| -------------- | -------------- | -------- |
|
| -------------- | -------------- | -------- |
|
||||||
|
| 3.52.2 | 2018-12-17 | code cleanup |
|
||||||
| 3.52.1 | 2018-12-17 | `inetChecksite()` bugfix windows |
|
| 3.52.1 | 2018-12-17 | `inetChecksite()` bugfix windows |
|
||||||
| 3.52.0 | 2018-12-15 | `cpu()` added physical cores, processors, socket type |
|
| 3.52.0 | 2018-12-15 | `cpu()` added physical cores, processors, socket type |
|
||||||
| 3.51.4 | 2018-12-05 | `versions()` bugfix, optimization postgres |
|
| 3.51.4 | 2018-12-05 | `versions()` bugfix, optimization postgres |
|
||||||
|
|||||||
@ -122,7 +122,7 @@ const AMDBaseFrequencies = {
|
|||||||
'7551P': '2.0',
|
'7551P': '2.0',
|
||||||
'7401P': '2.0',
|
'7401P': '2.0',
|
||||||
'7351P': '2.4'
|
'7351P': '2.4'
|
||||||
}
|
};
|
||||||
|
|
||||||
const socketTypes = {
|
const socketTypes = {
|
||||||
1: 'Other',
|
1: 'Other',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user