zen: tps rate limit
This commit is contained in:
parent
812668ae2f
commit
0cf90109dc
6 changed files with 2871 additions and 4 deletions
|
|
@ -36,6 +36,7 @@ export namespace ZenData {
|
|||
model: z.string(),
|
||||
priority: z.number().optional(),
|
||||
tpmLimit: z.number().optional(),
|
||||
tpsGoal: z.number().optional(),
|
||||
weight: z.number().optional(),
|
||||
disabled: z.boolean().optional(),
|
||||
storeModel: z.string().optional(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue