* Increase DBus timeout

* Always set COMAR client locale
This commit is contained in:
Bahadır Kandemir
2009-05-05 11:24:10 +00:00
parent 1328abc5de
commit 6fd33e687d
3 changed files with 6 additions and 1 deletions
+4
View File
@@ -1,3 +1,7 @@
2009-05-05 Bahadır Kandemir <bahadir@pardus.org.tr>
* Increase DBus timeout
* Always set COMAR client locale
2009-05-04 Fatih Aşıcı <fatih@pardus.org.tr>
* Change distribution release to 2009.
+1
View File
@@ -77,6 +77,7 @@ def get_link():
while timeout > 0:
try:
link = comar.Link(socket=sockname, alternate=alternate)
link.setLocale()
return link
except dbus.DBusException, e:
exceptions.append(str(e))
+1 -1
View File
@@ -40,7 +40,7 @@ stderr = None
comar = True
comar_updated = False
dbus_sockname = None
dbus_timeout = 300
dbus_timeout = 60 * 60 # in seconds
# Bug #2879
# FIXME: Maybe we can create a simple rollback mechanism. There are other