mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-08 14:35:45 +01:00
remove lastLogin attribute to improve svn and bzr performance
This commit is contained in:
@@ -273,6 +273,7 @@ public class XmlUserManager extends AbstractUserManager
|
||||
if (userDB.contains(name))
|
||||
{
|
||||
AssertUtil.assertIsValid(user);
|
||||
user.setLastModified(System.currentTimeMillis());
|
||||
|
||||
synchronized (XmlUserManager.class)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user