Update user_config.ini
This commit is contained in:
parent
90ca034afa
commit
5e468cb267
@ -40,9 +40,9 @@ open_supply = True
|
||||
# 开启更新,用于控制是否更新接口,若关闭则所有工作模式(获取接口和测速)均停止; 可选值: True, False | Enable update, used to control whether to update the interface, if closed, all working modes (get interface and speed measurement) will stop; Optional values: True, False
|
||||
open_update = True
|
||||
# 开启显示更新时间; 可选值: True, False | Enable display update time; Optional values: True, False
|
||||
open_update_time = True
|
||||
open_update_time = False
|
||||
# 开启显示接口说明信息,用于控制是否显示接口来源、分辨率、协议类型等信息,为$符号后的内容,播放软件使用该信息对接口进行描述,若部分播放器(如PotPlayer)不支持解析导致无法播放可关闭; 可选值: True, False | Enable to display interface description information, used to control whether to display interface source, resolution, protocol type and other information, the content after the $ symbol, the playback software uses this information to describe the interface, if some players (such as PotPlayer) do not support parsing and cannot play, you can turn it off; Optional values: True, False
|
||||
open_url_info = True
|
||||
open_url_info = False
|
||||
# 开启使用本地缓存数据,适用于查询请求失败场景(仅针对酒店源与组播源); 可选值: True, False | Enable to use local cached data, suitable for query request failure scenarios (only for hotel source and multicast source); Optional values: True, False
|
||||
open_use_cache = True
|
||||
# 开启使用历史更新结果(包含模板与结果文件的接口),合并至本次更新中; 可选值: True, False | Enable to use historical update results (including interfaces of templates and result files), merged into this update; Optional values: True, False
|
||||
@ -66,11 +66,11 @@ ipv6_support = False
|
||||
# 生成结果中接口的协议类型,可选值:ipv4、ipv6、全部、all | Protocol type of the interface in the generated result, optional values: ipv4, ipv6, 全部, all
|
||||
ipv_type = 全部
|
||||
# 接口协议类型偏好,优先将该类型的接口排在结果前面,可选值:ipv4、ipv6、自动、auto | Interface protocol type preference, prefer to put this type of interface in front of the result, optional values: ipv4, ipv6, 自动, auto
|
||||
ipv_type_prefer = 自动
|
||||
ipv_type_prefer = ipv6
|
||||
# 接口最小分辨率,需要开启 open_filter_resolution 才能生效 | Minimum resolution of the interface, need to enable open_filter_resolution to take effect
|
||||
min_resolution = 1920x1080
|
||||
# 接口最小速率(单位M/s),需要开启 open_filter_speed 才能生效 | Minimum rate of the interface (unit M/s), need to enable open_filter_speed to take effect
|
||||
min_speed = 0.2
|
||||
min_speed = 1.0
|
||||
# 结果中偏好的组播源接口数量 | Preferred number of multicast source interfaces in the result
|
||||
multicast_num = 10
|
||||
# 组播地区获取分页数量 | Number of multicast region acquisition pages
|
||||
|
Loading…
x
Reference in New Issue
Block a user