Skip to content

Commit 71292a7

Browse files
Respond with thread limit
Retrun the cpu threads in the api resposne
1 parent 5f90e5f commit 71292a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/scripts/api/server/getServer.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ export interface Server {
2424
disk: number;
2525
io: number;
2626
cpu: number;
27+
threads: string;
2728
};
2829
featureLimits: {
2930
databases: number;

0 commit comments

Comments
 (0)