mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-06 08:14:08 +01:00
- Increase speed of session destroy and garbage clean up
- Fix session timeout when DB server got clock skew (#1485490)
This commit is contained in:
@@ -196,6 +196,9 @@ ALTER TABLE [dbo].[session] ADD
|
||||
CONSTRAINT [DF_session_ip] DEFAULT ('') FOR [ip]
|
||||
GO
|
||||
|
||||
CREATE INDEX [IX_session_changed] ON [dbo].[session]([changed]) ON [PRIMARY]
|
||||
GO
|
||||
|
||||
ALTER TABLE [dbo].[users] ADD
|
||||
CONSTRAINT [DF_users_username] DEFAULT ('') FOR [username],
|
||||
CONSTRAINT [DF_users_mail_host] DEFAULT ('') FOR [mail_host],
|
||||
|
||||
Reference in New Issue
Block a user