不保存pileId维度的会话

This commit is contained in:
三丙
2024-10-16 15:21:06 +08:00
parent 5b7d42da9e
commit 6c3b5c46bf
2 changed files with 2 additions and 12 deletions

View File

@@ -108,7 +108,6 @@ public class DefaultPileProtocolService implements PileProtocolService {
pileSession.setRemoteAddress(remoteAddress);
pileSession.setNodeId(nodeId);
pileSession.setNodeWebapiIpPort(nodeWebapiIpPort);
pileSessionCache.put(new PileSessionCacheKey(pile.getId()), pileSession);
pileSessionCache.put(new PileSessionCacheKey(pile.getPileCode()), pileSession);
}