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