Merge main into sweep/real-time-status-updates

This commit is contained in:
sweep-ai[bot] 2023-08-18 14:16:46 +00:00 committed by GitHub
commit d6e97821d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -19,9 +19,10 @@ import (
"encoding/json"
"errors"
"fmt"
"github.com/OpenIMSDK/tools/log"
"time"
"github.com/OpenIMSDK/tools/log"
"github.com/OpenIMSDK/protocol/msg"
"github.com/OpenIMSDK/protocol/constant"

View File

@ -29,7 +29,7 @@ import (
)
const (
cfgPath = "../../config/config.yaml"
cfgPath = "../../../../../config/config.yaml"
minioHealthCheckDuration = 1
maxRetry = 100
componentStartErrCode = 6000