Respond with thread limit

Retrun the cpu threads in the api resposne
This commit is contained in:
AreYouScared 2020-03-29 17:12:35 -04:00
parent 5f90e5f104
commit 71292a7642

View file

@ -24,6 +24,7 @@ export interface Server {
disk: number;
io: number;
cpu: number;
threads: string;
};
featureLimits: {
databases: number;