mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 06:43:45 +02:00
Respond with thread limit
Retrun the cpu threads in the api resposne
This commit is contained in:
@@ -24,6 +24,7 @@ export interface Server {
|
||||
disk: number;
|
||||
io: number;
|
||||
cpu: number;
|
||||
threads: string;
|
||||
};
|
||||
featureLimits: {
|
||||
databases: number;
|
||||
|
||||
Reference in New Issue
Block a user