mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-15 06:25:58 +08:00
office
This commit is contained in:
@@ -92,7 +92,7 @@ func init() {
|
|||||||
if err := createMongoIndex(mongoClient, cTag, true, "tag_id"); err != nil {
|
if err := createMongoIndex(mongoClient, cTag, true, "tag_id"); err != nil {
|
||||||
fmt.Println("user_id", "-create_time", "index create failed", err.Error())
|
fmt.Println("user_id", "-create_time", "index create failed", err.Error())
|
||||||
}
|
}
|
||||||
|
fmt.Println("create index success")
|
||||||
DB.mongoClient = mongoClient
|
DB.mongoClient = mongoClient
|
||||||
|
|
||||||
// redis pool init
|
// redis pool init
|
||||||
|
|||||||
Reference in New Issue
Block a user