From b7a30e1d14b7a5015a540b33fc13aae4a9484bb2 Mon Sep 17 00:00:00 2001 From: heavyrian2012 Date: Thu, 24 Feb 2022 21:37:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- broker/config/wildfirechat.conf | 6 +++--- distribution/src/main/resources/wildfirechat.conf | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/broker/config/wildfirechat.conf b/broker/config/wildfirechat.conf index 82c9e0ee5..c7f16c94f 100755 --- a/broker/config/wildfirechat.conf +++ b/broker/config/wildfirechat.conf @@ -118,13 +118,13 @@ friend.disable_nick_name_search false ##禁止发送好友邀请,通过server api添加好友不受此限制(force参数需要为true) friend.disable_friend_request false -##好友请求重复发送的间隔,单位是毫秒,默认是7天,0为不限制 +##好友请求重复发送的间隔,单位是毫秒,默认是7天,0为无限长期限。 friend.repeat_request_duration 604800000 -##好友请求被拒绝后再次发送的间隔,单位是毫秒,默认是30天,0为不限制 +##好友请求被拒绝后再次发送的间隔,单位是毫秒,默认是30天,0为不限制。不能小于friend.repeat_request_duration。 friend.reject_request_duration 2592000000 -##好友请求过期时间,单位是毫秒,默认是7天,0为不限制 +##好友请求过期时间,单位是毫秒,默认是7天,0为无限长期限。 friend.request_expiration_duration 604800000 ##添加好友后会发送欢迎消息,比如"你们已经是好友了,可以聊天了"。这个开关控制是用旧的方式还是用新的方式。 diff --git a/distribution/src/main/resources/wildfirechat.conf b/distribution/src/main/resources/wildfirechat.conf index 5a66dae64..2a3ffef98 100755 --- a/distribution/src/main/resources/wildfirechat.conf +++ b/distribution/src/main/resources/wildfirechat.conf @@ -113,13 +113,13 @@ friend.disable_nick_name_search false ##禁止发送好友邀请,通过server api添加好友不受此限制(force参数需要为true) friend.disable_friend_request false -##好友请求重复发送的间隔,单位是毫秒,默认是7天,0为不限制 +##好友请求重复发送的间隔,单位是毫秒,默认是7天,0为无限长期限。 friend.repeat_request_duration 604800000 -##好友请求被拒绝后再次发送的间隔,单位是毫秒,默认是30天,0为不限制 +##好友请求被拒绝后再次发送的间隔,单位是毫秒,默认是30天,0为不限制。不能小于friend.repeat_request_duration。 friend.reject_request_duration 2592000000 -##好友请求过期时间,单位是毫秒,默认是7天,0为不限制 +##好友请求过期时间,单位是毫秒,默认是7天,0为无限长期限。 friend.request_expiration_duration 604800000 ##添加好友后会发送欢迎消息,比如"你们已经是好友了,可以聊天了"。这个开关控制是用旧的方式还是用新的方式。