adjust RECYCLE_LATENCY to make unit gc safely

This commit is contained in:
obdev
2023-02-09 17:18:48 +00:00
committed by ob-robot
parent 5e9f9905a9
commit cbe2d5948c

View File

@ -74,7 +74,7 @@ public:
virtual void run1();
private:
static const int64_t RECYCLE_LATENCY = 60L * 1000L * 1000L;
static const int64_t RECYCLE_LATENCY = 180L * 1000L * 1000L;
ObTenantNodeBalancer();
~ObTenantNodeBalancer();