|
From: <me...@us...> - 2008-02-28 08:10:50
|
Revision: 941
http://gmyth.svn.sourceforge.net/gmyth/?rev=941&view=rev
Author: melunko
Date: 2008-02-28 00:10:55 -0800 (Thu, 28 Feb 2008)
Log Message:
-----------
gmyth-dbus-server mysql connection timeout increased to 10seconds
Modified Paths:
--------------
trunk/gmyth-dbus/src/gmyth-dbus-server.c
Modified: trunk/gmyth-dbus/src/gmyth-dbus-server.c
===================================================================
--- trunk/gmyth-dbus/src/gmyth-dbus-server.c 2008-02-27 11:00:07 UTC (rev 940)
+++ trunk/gmyth-dbus/src/gmyth-dbus-server.c 2008-02-28 08:10:55 UTC (rev 941)
@@ -1309,7 +1309,7 @@
binfo = gmyth_backend_info_new_full (host, user, password, MYTH_DEFAULT_DB, port);
- ret = gmyth_query_connect_with_timeout (query, binfo, 2 /*seconds*/);
+ ret = gmyth_query_connect_with_timeout (query, binfo, 10 /*seconds*/);
gmyth_query_disconnect (query);
g_object_unref (query);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|