mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-28 10:24:45 +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;
|
||||
io: number;
|
||||
cpu: number;
|
||||
threads: string;
|
||||
};
|
||||
featureLimits: {
|
||||
databases: number;
|
||||
|
Loading…
x
Reference in New Issue
Block a user