zen: tps rate limit

This commit is contained in:
Frank
2026-05-11 18:32:37 -04:00
parent 812668ae2f
commit 0cf90109dc
6 changed files with 2871 additions and 4 deletions

View File

@@ -0,0 +1,7 @@
CREATE TABLE `model_tps_rate_limit` (
`id` varchar(255) NOT NULL,
`interval` bigint NOT NULL,
`qualify` int NOT NULL,
`unqualify` int NOT NULL,
CONSTRAINT PRIMARY KEY(`id`,`interval`)
);

File diff suppressed because it is too large Load Diff