配置:修改host为域名
This commit is contained in:
@@ -476,7 +476,7 @@ export async function checkConnectors() {
|
||||
let redisServers = await redisClient().hgetallAsync(REDIS_KEY.SYS_SERVER);
|
||||
for(let id in redisServers) {
|
||||
let server = servers.find(cur => cur.id == id);
|
||||
if(!server || server['isGM'] == 'true') {
|
||||
if(!server || server.id == 'connector-server-gm') {
|
||||
await redisClient().hdelAsync(REDIS_KEY.SYS_SERVER, id);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user