[Configuration](multi-catalog) Modify default external cache expire time to 10 mins. (#23490)

Configuration Modify default external cache expire time to 10 mins.
This commit is contained in:
Qi Chen
2023-08-28 16:16:43 +08:00
committed by GitHub
parent 29b94c4ed7
commit 6ac694aede

View File

@ -1784,7 +1784,7 @@ public class Config extends ConfigBase {
* For external schema cache and hive meta cache.
*/
@ConfField(mutable = false, masterOnly = false)
public static long external_cache_expire_time_minutes_after_access = 24 * 60; // 1 day
public static long external_cache_expire_time_minutes_after_access = 10; // 10 mins
/**
* Github workflow test type, for setting some session variables