Files
SOP/sop-2.4.0.sql
2019-10-14 16:27:00 +08:00

1 line
233 B
SQL
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

ALTER TABLE `sop`.`config_limit` ADD COLUMN `duration_seconds` INT NOT NULL DEFAULT 1 COMMENT '限流持续时间默认1秒即每durationSeconds秒允许多少请求当limit_type=1时有效' AFTER `exec_count_per_second`;