|
229
by Jonathan Riddell
* New upstream bugfix release |
1 |
Index: PackageKit-0.6.8/etc/PackageKit.conf.in
|
|
166
by Sebastian Heinlein
Update and rename the default config patch |
2 |
===================================================================
|
|
229
by Jonathan Riddell
* New upstream bugfix release |
3 |
--- PackageKit-0.6.8.orig/etc/PackageKit.conf.in 2010-07-07 11:26:16.000000000 +0100
|
4 |
+++ PackageKit-0.6.8/etc/PackageKit.conf.in 2010-09-06 22:08:53.220422002 +0100
|
|
5 |
@@ -123,7 +123,7 @@
|
|
|
99
by Sebastian Heinlein
Update 01_disable_refresh_actions patch, disable updated process check and rename the patch to 01_config |
6 |
# NOTE: Don't enable this for backends that are slow doing GetPackages() |
7 |
# |
|
8 |
# default=true |
|
9 |
-UpdatePackageList=true
|
|
10 |
+UpdatePackageList=false
|
|
11 |
||
12 |
# Check for running processes when we update packages |
|
13 |
# |
|
|
228
by Jonathan Riddell
* Add branch_update.diff from Daniel Nicoletti for updates to aptcc: |
14 |
@@ -131,7 +131,7 @@
|
|
99
by Sebastian Heinlein
Update 01_disable_refresh_actions patch, disable updated process check and rename the patch to 01_config |
15 |
# installed files. |
16 |
# |
|
17 |
# default=true |
|
18 |
-UpdateCheckProcesses=true
|
|
19 |
+UpdateCheckProcesses=false
|
|
20 |
||
|
204
by sebi at glatzor
Update defaults patch: Raise the StateChangedPriorityTimeOut |
21 |
# Check for shared libraries that are in use, that are replaced by packages |
22 |
# that are marked as security updates. |
|
|
228
by Jonathan Riddell
* Add branch_update.diff from Daniel Nicoletti for updates to aptcc: |
23 |
@@ -176,7 +176,7 @@
|
|
204
by sebi at glatzor
Update defaults patch: Raise the StateChangedPriorityTimeOut |
24 |
# should be updated to reflect reality. |
|
166
by Sebastian Heinlein
Update and rename the default config patch |
25 |
# |
|
204
by sebi at glatzor
Update defaults patch: Raise the StateChangedPriorityTimeOut |
26 |
# default=5 |
27 |
-StateChangedTimeoutPriority=5
|
|
28 |
+StateChangedTimeoutPriority=60
|
|
29 |
||
30 |
# The time in seconds to wait after the computer has been resumed or any non |
|
31 |
# package related system event |
|
|
228
by Jonathan Riddell
* Add branch_update.diff from Daniel Nicoletti for updates to aptcc: |
32 |
@@ -202,7 +202,7 @@
|
33 |
# packages in one method. |
|
34 |
# |
|
35 |
# default=100 |
|
36 |
-MaximumItemsToResolve=100
|
|
37 |
+MaximumItemsToResolve=5000
|
|
38 |
||
39 |
# The maximum number of packages that can be processed in one method |
|
40 |
# |