diff --git a/config.ini b/config.ini index b282aa9..98f50c0 100644 --- a/config.ini +++ b/config.ini @@ -1,7 +1,7 @@ # -*- encoding: utf-8 -*- # @Author: https://github.com/Evil0ctal/ # @Time: 2021/11/06 -# @Update: 2022/11/06 +# @Update: 2022/11/09 # @Function: # 项目的配置文件/Config file of the project @@ -31,6 +31,9 @@ Https_proxy = https://45.167.124.5:9992 # API link, such as: http://127.0.0.1:2333 or http://api.douyin.wtf (no slash at the end) Domain = http://api.douyin.wtf +# 限制API的请求次数/Limited API requests +Rate_Limit = 10/minute + # API默认运行端口/Default port of API Port = 8000 @@ -79,7 +82,7 @@ Port = 8080 PyWebIO_CDN = True # 最大接受提交URL的数量/Maximum number of URLs accepted for submission -Max_Take_URLs = 50 +Max_Take_URLs = 200 # 是否记录错误日志/Whether to record error logs Allow_Logs = True