[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:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user