increase expiry

Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
This commit is contained in:
Abhishek Kumar 2024-10-09 17:18:44 +05:30
parent 5f86dad4cb
commit 0b8ebb08d6

View File

@ -435,7 +435,7 @@ public abstract class LibvirtServerDiscoverer extends DiscovererBase implements
_kvmGuestNic = _kvmPrivateNic;
}
clusterExistingHostCache = new LazyCache<>(32, 15,
clusterExistingHostCache = new LazyCache<>(32, 30,
this::getExistingHostForCluster);
agentMgr.registerForHostEvents(this, true, false, false);