mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-07 02:26:00 +08:00
For "add database retry" add test (#500)
* Add database retry * For "add database retry" add test * For "add database retry" add test * For 'add database retry' add test Signed-off-by: plutoyty <2631223275@qq.com> * Remove .idea directory and add it to .gitignore --------- Signed-off-by: plutoyty <2631223275@qq.com>
This commit is contained in:
@@ -31,7 +31,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
maxRetry = 100
|
||||
maxRetry = 100 //number of retries
|
||||
)
|
||||
|
||||
// newMysqlGormDB Initialize the database connection
|
||||
|
||||
Reference in New Issue
Block a user