mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-21 21:25:38 +00:00
bug5333: don't store updates to replicable cache and user store while injecting initial load into SecurityService
This commit is contained in:
+1
-1
@@ -1193,7 +1193,7 @@ public class UserStoreImpl implements UserStore {
|
||||
}
|
||||
userMap.put(key, value);
|
||||
}
|
||||
if (mongoObjectFactory != null) {
|
||||
if (store && mongoObjectFactory != null) {
|
||||
mongoObjectFactory.storePreferences(username, userMap);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user