~aptdaemon-developers/aptdaemon/fix-cannot-locate-file

« back to all changes in this revision

Viewing changes to aptdaemon/core.py

  • Committer: Sebastian Heinlein
  • Date: 2012-04-09 06:52:11 UTC
  • Revision ID: devel@glatzor.de-20120409065211-37ef08o3mg49w1hv
core: Keep a finished transaction longer on the DBus to give the clients enough time to call Sync() again

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
TRANSACTION_IDLE_TIMEOUT = 300
83
83
# Keep the transaction for the given time alive on the bus after it has
84
84
# finished
85
 
TRANSACTION_DEL_TIMEOUT = 5
 
85
TRANSACTION_DEL_TIMEOUT = 30
86
86
 
87
87
# regexp for the pkgname and optional arch, for details see
88
88
#   http://www.debian.org/doc/debian-policy/ch-controlfields.html#s-f-Source