adjust RECYCLE_LATENCY to make unit gc safely
This commit is contained in:
@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user