mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-29 16:44:44 +02:00
Respond with thread limit
Retrun the cpu threads in the api resposne
This commit is contained in:
parent
5f90e5f104
commit
71292a7642
@ -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…
x
Reference in New Issue
Block a user