This commit is contained in:
aozhiwei 2024-03-24 09:57:24 +08:00
parent fb3b8a273e
commit ed4769cfd6
3 changed files with 2 additions and 7 deletions

View File

@ -3,5 +3,5 @@
"port": 3306, "port": 3306,
"user": "root", "user": "root",
"passwd": "keji178", "passwd": "keji178",
"database": "frienddb_dev_new_1" "database": "frienddb_dev_new"
} }

View File

@ -1,9 +1,4 @@
[ [
{
"instance_id": 1,
"listen_port": 8888,
"http_listen_port": 8889
},
{ {
"instance_id": 2, "instance_id": 2,
"listen_port": 8878, "listen_port": 8878,

View File

@ -53,7 +53,7 @@ func (this *friendMgr) loadFriendships() {
} }
}) })
} }
f5.GetSysLog().Info("friendMgr.loadFriendships end lastIdx:%s friendNum:%d blackNum:%d", f5.GetSysLog().Info("friendMgr.loadFriendships end lastIdx:%d friendNum:%d blackNum:%d",
lastIdx, lastIdx,
len(this.friendHash), len(this.friendHash),
len(this.blackHash)) len(this.blackHash))