You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From the documentation of both parameters in http://linux.die.net/man/5/yum.conf: "You can also change from the default of using seconds to using days, hours or minutes by appending a d, h or m respectively."
Please change the regexes for both to \d+[dhm]?
The text was updated successfully, but these errors were encountered:
From the documentation of both parameters in http://linux.die.net/man/5/yum.conf: "You can also change from the default of using seconds to using days, hours or minutes by appending a d, h or m respectively."
Please change the regexes for both to \d+[dhm]?
The text was updated successfully, but these errors were encountered: