feat: 支持终断DB会话

pull/6561/head
Bai 2021-07-28 16:08:05 +08:00 committed by 老广
parent c1e6bc5d60
commit bdf95903ce
1 changed files with 0 additions and 2 deletions

View File

@ -129,8 +129,6 @@ class Session(OrgModelMixin):
_PROTOCOL = self.PROTOCOL
if self.is_finished:
return False
if self.protocol in self.db_protocols:
return False
else:
return True