1
This commit is contained in:
parent
fb3b8a273e
commit
ed4769cfd6
@ -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"
|
||||||
}
|
}
|
||||||
|
@ -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,
|
||||||
|
@ -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))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user