diff --git a/src/observer/omt/ob_th_worker.h b/src/observer/omt/ob_th_worker.h index 85647c42e4..8d38d17f8a 100644 --- a/src/observer/omt/ob_th_worker.h +++ b/src/observer/omt/ob_th_worker.h @@ -35,7 +35,7 @@ class ObResourceGroup; static const int64_t WORKER_CHECK_PERIOD = 500L; static const int64_t REQUEST_WAIT_TIME = 10 * 1000L; -static const int64_t NESTING_REQUEST_WAIT_TIME = 1 * 1000 * 1000L; +static const int64_t NESTING_REQUEST_WAIT_TIME = 10 * 1000L; // Quick Queue Priorities enum { QQ_HIGH = 0, QQ_NORMAL, QQ_LOW, QQ_MAX_PRIO };