[yast-commit] r55351 - in /branches/SuSE-Code-11-Branch/core: dbus/SCR_service/DBusServer.cc package/yast2-core.changes
Author: lslezak Date: Mon Feb 9 14:03:38 2009 New Revision: 55351 URL: http://svn.opensuse.org/viewcvs/yast?rev=55351&view=rev Log: - increase wait timeout to 15 seconds to run the main loop less often Modified: branches/SuSE-Code-11-Branch/core/dbus/SCR_service/DBusServer.cc branches/SuSE-Code-11-Branch/core/package/yast2-core.changes Modified: branches/SuSE-Code-11-Branch/core/dbus/SCR_service/DBusServer.cc URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-Branch/core/dbus/SCR_service/DBusServer.cc?rev=55351&r1=55350&r2=55351&view=diff ============================================================================== --- branches/SuSE-Code-11-Branch/core/dbus/SCR_service/DBusServer.cc (original) +++ branches/SuSE-Code-11-Branch/core/dbus/SCR_service/DBusServer.cc Mon Feb 9 14:03:38 2009 @@ -156,8 +156,8 @@ // check if a message was received if (request.empty()) { - // wait for an incoming message, set 5 seconds timeout - connection.setTimeout(5000); + // wait for an incoming message, set 15 seconds timeout + connection.setTimeout(15000); continue; } Modified: branches/SuSE-Code-11-Branch/core/package/yast2-core.changes URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-Branch/core/package/yast2-core.changes?rev=55351&r1=55350&r2=55351&view=diff ============================================================================== --- branches/SuSE-Code-11-Branch/core/package/yast2-core.changes (original) +++ branches/SuSE-Code-11-Branch/core/package/yast2-core.changes Mon Feb 9 14:03:38 2009 @@ -2,8 +2,9 @@ Mon Feb 9 13:33:48 CET 2009 - lslezak@suse.cz - SCR DBus service - improved reading DBus messages, it decreases - startup time from >10 seconds to almost instant start - (bnc#473874) + startup time from >10 seconds to almost instant start, + increase wait timeout to 15 seconds to run the main loop less + often (bnc#473874) - 2.17.29 ------------------------------------------------------------------- -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
lslezak@svn.opensuse.org