From bca3189e14e42dc37291310ebdb85f805d0971b4 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期一, 27 四月 2026 12:15:05 +0800 Subject: [PATCH] 0312 py版本的事件流向记录(修复打开文件过多报错导致流向写入失败;) --- EventServerPY/file_manager.pyc | 0 EventServerPY/config.pyc | 0 EventServerPY/Config.ini | 4 ++++ 3 files changed, 4 insertions(+), 0 deletions(-) diff --git a/EventServerPY/Config.ini b/EventServerPY/Config.ini index 68c7207..d031c58 100644 --- a/EventServerPY/Config.ini +++ b/EventServerPY/Config.ini @@ -5,6 +5,10 @@ MaxFileSize=1024 # 浜嬩欢璁板綍鏂囦欢鐨勮矾寰� LogFilePath=.\EventData +# 鏈�澶у悓鏃舵墦寮�鏂囦欢鏁帮紝LRU 娣樻卑 + 绌洪棽鍥炴敹鏈哄埗锛岄槻姝㈡姤閿� [Error 24] +MaxOpenFiles=500 +# 绌洪棽鍥炴敹瓒呮椂(绉�) +IdleTimeout=300 [PacketLog] # 鏄惁鍚敤灏佸寘鏃ュ織(0: 鍚�, 1: 鏄�) diff --git a/EventServerPY/config.pyc b/EventServerPY/config.pyc index f4047e7..0bbcf72 100644 --- a/EventServerPY/config.pyc +++ b/EventServerPY/config.pyc Binary files differ diff --git a/EventServerPY/file_manager.pyc b/EventServerPY/file_manager.pyc index 45758f2..06f3ec2 100644 --- a/EventServerPY/file_manager.pyc +++ b/EventServerPY/file_manager.pyc Binary files differ -- Gitblit v1.8.0