mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 11:52:28 +01:00
Revert change to ManagedContextTimerTask to unblock DB upgrade
This commit is contained in:
parent
a5a6f58eb8
commit
2799ee3d4f
@ -119,9 +119,9 @@ public class VmwareContextPool {
|
||||
}
|
||||
|
||||
private TimerTask getTimerTask() {
|
||||
return new ManagedContextTimerTask() {
|
||||
return new TimerTask() {
|
||||
@Override
|
||||
protected void runInContext() {
|
||||
public void run() {
|
||||
try {
|
||||
// doIdleCheck();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user