Respond with thread limit
Retrun the cpu threads in the api resposne
This commit is contained in:
parent
5f90e5f104
commit
71292a7642
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ export interface Server {
|
||||||
disk: number;
|
disk: number;
|
||||||
io: number;
|
io: number;
|
||||||
cpu: number;
|
cpu: number;
|
||||||
|
threads: string;
|
||||||
};
|
};
|
||||||
featureLimits: {
|
featureLimits: {
|
||||||
databases: number;
|
databases: number;
|
||||||
|
|
Loading…
Reference in a new issue