[tracker] tracker-store: Increase maximum D-Bus result size



commit 67d9bd745378683e0b48b4fd78bd845a8f3ac411
Author: Jürg Billeter <j bitron ch>
Date:   Fri Feb 4 11:12:00 2011 +0100

    tracker-store: Increase maximum D-Bus result size
    
    It used to be 1 mio. values. However, as we now measure the size in
    bytes, increase it from 1 MB to 10 MB. 1 MB is not sufficient.

 src/tracker-store/tracker-resources.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/tracker-store/tracker-resources.vala b/src/tracker-store/tracker-resources.vala
index 2c8bc7c..e2a7bc4 100644
--- a/src/tracker-store/tracker-resources.vala
+++ b/src/tracker-store/tracker-resources.vala
@@ -48,7 +48,7 @@ public class Tracker.Resources : Object {
 	 * Note for the debugger of the future, the "Disconnected" signal gets
 	 * sent to us by the bus, which in turn makes libdbus-glib perform exit(). */
 
-	const int DBUS_ARBITRARY_MAX_MSG_SIZE = 1000000;
+	const int DBUS_ARBITRARY_MAX_MSG_SIZE = 10000000;
 
 	DBusConnection connection;
 	uint signal_timeout;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]