Added more caching to channelhandler as well as players in order to cut back on unnecessary database calls.
This commit is contained in:
parent
a8373c685f
commit
1a6ef5d983
6 changed files with 75 additions and 45 deletions
|
|
@ -410,6 +410,7 @@ class CmdCBoot(MuxCommand):
|
|||
nick.delete()
|
||||
# disconnect player
|
||||
channel.disconnect_from(player)
|
||||
CHANNELHANDLER.update()
|
||||
|
||||
class CmdCemit(MuxCommand):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue