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;
|
||||
io: number;
|
||||
cpu: number;
|
||||
threads: string;
|
||||
};
|
||||
featureLimits: {
|
||||
databases: number;
|
||||
|
|
Loading…
Reference in a new issue