summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2012-06-21 18:16:59 +0100
committerRichard Hughes <richard@hughsie.com>2012-06-21 18:16:59 +0100
commitcfaef6db2485e71720f7944121f553ac1c2fa76a (patch)
treead96cc3c940d11dafa430e56fb0fa2fb23229097 /etc
parent53aa3f0e4579731aaa8cb60e1529de3a35d7f4f7 (diff)
trivial: remove the config toggle UseThreadsInBackend
It's just not valid anymore...
Diffstat (limited to 'etc')
-rw-r--r--etc/PackageKit.conf.in13
1 files changed, 0 insertions, 13 deletions
diff --git a/etc/PackageKit.conf.in b/etc/PackageKit.conf.in
index bbc81a8ec..22eb46725 100644
--- a/etc/PackageKit.conf.in
+++ b/etc/PackageKit.conf.in
@@ -287,19 +287,6 @@ UseIdleBandwidth=true
# default=/usr/lib*/*/firefox
NoUpdateProcessList=
-# If the backend should use threads to avoid blocking the daemon for other users
-#
-# The daemon, packagekitd, is shared by multiple users. Users are allowed to
-# create and send transactions when other transactions are being processed.
-# To do this, the backend action is created in a thread, but some libraries
-# notably libdbus and dbus-glib, are less threadsafe then they probably should
-# be.
-#
-# Only developers need to change this value, normally for debugging purposes.
-#
-# default=true
-UseThreadsInBackend=true
-
# If a custom root should be used when installing packages
#
# A custom route can be used to install to a LTSP instance or a virtual machine