60caae8
diff --git a/yum/config.py b/yum/config.py
60caae8
index 2219605..13efd9e 100644
60caae8
--- a/yum/config.py
60caae8
+++ b/yum/config.py
60caae8
@@ -653,7 +653,7 @@ class YumConf(StartupConf):
60caae8
     #  Time in seconds (1.5h), yum-updatesd runs once per. hour by default
60caae8
     # this time means we don't do interactive network checks/updates if
60caae8
     # yum-updatesd is running.
60caae8
-    metadata_expire = SecondsOption(60 * 90)
60caae8
+    metadata_expire = SecondsOption(60 * 60 * 6) # 6 hours
60caae8
     mirrorlist_expire = SecondsOption(86400) # time in seconds (1 day)
60caae8
     rpm_check_debug = BoolOption(True)
60caae8
     disable_excludes = ListOption()