SCLS/SSWCS_JXDL(2019)/SocketsUDP/UDP通讯测试/WindowsApplication1/App.config
2025-05-19 09:45:29 +08:00

9 lines
381 B
XML
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.

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<!--记录通讯黑匣子的文件大小单位字节默认1048576代表1M-->
<add key="DarkCasketSize" value="1048576"/>
<!--只保留最近几天的记录通讯黑匣子的文件,默认30,代表一个月-->
<add key="DarkCasketDays" value="3"/>
</appSettings>
</configuration>