fixed potential DB deadlock cause
This commit is contained in:
parent
f1dc16b5ef
commit
4a3d5ed54d
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ public class DistributedPingCache implements DisposableBean {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Transactional
|
@Transactional(readOnly = true)
|
||||||
public void updateCache() {
|
public void updateCache() {
|
||||||
|
|
||||||
if (this.pingCache.isEmpty()) {
|
if (this.pingCache.isEmpty()) {
|
||||||
|
|
Loading…
Reference in a new issue