Imported Upstream version 15.0.0
[platform/upstream/libzypp.git] / zypp.conf
index 439380e..dfe7f64 100644 (file)
--- a/zypp.conf
+++ b/zypp.conf
 # download.max_silent_tries = 5
 
 ##
+## Maximum time in seconds that you allow a transfer operation to take.
+##
+## This is useful for preventing your batch jobs from hanging for hours due
+## to slow networks or links going down. Limiting operations to less than a
+## few minutes risk aborting perfectly normal operations.
+##
+## Valid values:  [0,3600]
+## Default value: 180
+##
+# download.transfer_timeout = 180
+
+##
 ## Whether to consider using a .delta.rpm when downloading a package
 ##
 ## Valid values: boolean
 ##
 ## When committing a dist upgrade (e.g. 'zypper dup') a solver testcase
 ## is written to /var/log/updateTestcase-<date>. It is needed in bugreports.
-## This optin returns the number of testcases to keep on the system. Old
+## This option returns the number of testcases to keep on the system. Old
 ## cases will be deleted, as new ones are created.
 ##
 ## Use 0 to write no testcase at all, or -1 to keep all testcases.
 ## Default value:
 ##     empty
 ##
-multiversion = provides:multiversion(kernel)
+multiversion = provides:multiversion(kernel)
 
 ##
 ## Defining directory which may contain additional multiversion definitions.
 ## oldest        - Keep kernel with the lowest version number (the GA kernel)
 ## oldest+N      - Keep kernel with the Nth lowest version number
 ##
+## Note: This entry is not evaluated by libzypp, but by the
+##       purge-kernels service (via /sbin/purge-kernels).
+##
 ## Default: Do not delete any kernels if multiversion = provides:multiversion(kernel) is set
-# multiversion.kernels = latest,running
+multiversion.kernels = latest,latest-1,running
 
 ##
 ## Path to locks file. If not exist then is create.