Temporary disabled avatar update thread to avoid `FileNotFoundException` until the avatar is updated on both DB and shared FS
This commit is contained in:
parent
2e82795988
commit
cd6598688e
|
@ -153,7 +153,8 @@ public class OpenIdConnectAutoLogin extends BaseAutoLogin {
|
|||
}
|
||||
|
||||
// Performing avatar download and save/delete in new thread to avoid distributed network persistence delays
|
||||
new AvatarThread(configuration, user, token).start();
|
||||
// Temporary disabled to avoid FileNotFoundException errors after the login until the avatar is updated on both DB and shared FS
|
||||
// new AvatarThread(configuration, user, token).start();
|
||||
} catch (SystemException | PortalException e) {
|
||||
throw new RuntimeException(e);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue