Skip to content

Commit

Permalink
fix:修复reportClient的心跳数据没有清理的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
chuntaojun committed Jan 29, 2024
1 parent 0936a96 commit 22413d0
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions release/conf/polaris-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -452,22 +452,22 @@ maintain:
# Storage configuration
store:
# Standalone file storage plugin
# name: boltdbStore
# option:
# path: ./polaris.bolt
## Database storage plugin
name: defaultStore
name: boltdbStore
option:
master:
dbType: mysql
dbName: polaris_server
dbUser: ${MYSQL_USER} ##DB_USER##
dbPwd: ${MYSQL_PWD} ##DB_PWD##
dbAddr: ${MYSQL_HOST} ##DB_ADDR##
maxOpenConns: 300
maxIdleConns: 50
connMaxLifetime: 300 # Unit second
txIsolationLevel: 2 #LevelReadCommitted
path: ./polaris.bolt
## Database storage plugin
# name: defaultStore
# option:
# master:
# dbType: mysql
# dbName: polaris_server
# dbUser: ${MYSQL_USER} ##DB_USER##
# dbPwd: ${MYSQL_PWD} ##DB_PWD##
# dbAddr: ${MYSQL_HOST} ##DB_ADDR##
# maxOpenConns: 300
# maxIdleConns: 50
# connMaxLifetime: 300 # Unit second
# txIsolationLevel: 2 #LevelReadCommitted
# polaris-server plugin settings
plugin:
crypto:
Expand Down

0 comments on commit 22413d0

Please sign in to comment.