From 31753ce4c67df7b11afe73c0d327152fa5b8e298 Mon Sep 17 00:00:00 2001 From: anlicheng <244108715@qq.com> Date: Sat, 14 Dec 2024 22:53:01 +0800 Subject: [PATCH] fix ai_event_config --- config/sys-dev.config | 2 +- config/sys-prod.config | 2 +- docs/{jinzhi.md => 事件分类.md} | 0 docs/{jinzhi.pdf => 事件分类.pdf} | Bin 4 files changed, 2 insertions(+), 2 deletions(-) rename docs/{jinzhi.md => 事件分类.md} (100%) rename docs/{jinzhi.pdf => 事件分类.pdf} (100%) diff --git a/config/sys-dev.config b/config/sys-dev.config index a2c0a64..cfa7ceb 100644 --- a/config/sys-dev.config +++ b/config/sys-dev.config @@ -16,7 +16,7 @@ %% 事件的间隔处理逻辑 {ai_event_throttle, #{ - 17 => 300 + 15 => 300 }}, {api_url, "http://39.98.184.67:8800"}, diff --git a/config/sys-prod.config b/config/sys-prod.config index 7ae6323..9ab9948 100644 --- a/config/sys-prod.config +++ b/config/sys-prod.config @@ -16,7 +16,7 @@ %% 事件的间隔处理逻辑 {ai_event_throttle, #{ - 17 => 300 + 15 => 300 }}, {fake_location_codes, [ diff --git a/docs/jinzhi.md b/docs/事件分类.md similarity index 100% rename from docs/jinzhi.md rename to docs/事件分类.md diff --git a/docs/jinzhi.pdf b/docs/事件分类.pdf similarity index 100% rename from docs/jinzhi.pdf rename to docs/事件分类.pdf