Remove empty anonymous sessions after a certain time period
This commit is contained in:
parent
3bcea0ec98
commit
e856b66f97
6 changed files with 77 additions and 14 deletions
|
@ -167,3 +167,8 @@ func (u *User) openMessageLog() error {
|
|||
|
||||
return nil
|
||||
}
|
||||
|
||||
func (u *User) closeMessageLog() {
|
||||
u.messageLog.Close()
|
||||
u.messageIndex.Close()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue