File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1210,8 +1210,8 @@ For example:
12101210### Configure periodic package inventory refresh interval
12111211
12121212CFEngine refreshes software inventory when it makes changes via packages
1213- promises. Additionally, by default, CFEngine periodically refreshes it's
1214- internal cache of packages installed (every 60 minutes ) and package updates that
1213+ promises. Additionally, by default, CFEngine refreshes it's
1214+ internal cache of packages installed (during each agent run ) and package updates that
12151215are available (once a day) according to the default package manager in order to
12161216pick up changes made outside packages promises.
12171217
@@ -1227,7 +1227,10 @@ pick up changes made outside packages promises.
12271227WARNING: Be ware of setting ` package_module_query_update_ifelapsed ` too low,
12281228especially with public repositories or you may be banned for abuse.
12291229
1230- ** History** : Added in 3.15.0, 3.12.3
1230+ ** History** :
1231+
1232+ * Added in 3.15.0, 3.12.3
1233+ * 3.17.0 decreased ` package_module_query_installed_ifelapsed ` from ` 60 ` to ` 0 `
12311234
12321235### Enable logging of Enterprise License utilization
12331236
Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ bundle common def
185185
186186 # Package inventory refresh
187187 "package_module_query_installed_ifelapsed" -> { "CFE-2771" }
188- string => "60 ", # 1 hour
188+ string => "0 ", # Always refresh local package inventory
189189 if => not( isvariable( $(this.promiser) ));
190190
191191 "package_module_query_updates_ifelapsed" -> { "CFE-2771" }
You can’t perform that action at this time.
0 commit comments