From: <svn...@op...> - 2009-03-30 20:41:02
|
Author: henrik Date: Mon Mar 30 22:40:46 2009 New Revision: 5475 URL: http://www.opensync.org/changeset/5475 Log: Request a hashtable from OpenSync Modified: plugins/mozilla-sync/trunk/src/mozilla-sync.cpp Modified: plugins/mozilla-sync/trunk/src/mozilla-sync.cpp ============================================================================== --- plugins/mozilla-sync/trunk/src/mozilla-sync.cpp Mon Mar 30 22:26:32 2009 (r5474) +++ plugins/mozilla-sync/trunk/src/mozilla-sync.cpp Mon Mar 30 22:40:46 2009 (r5475) @@ -1052,6 +1052,9 @@ // Request anchor functionality from OpenSync osync_objtype_sink_enable_anchor(sink, TRUE); + // Request a hashtable from OpenSync + osync_objtype_sink_enable_hashtable(sink, TRUE); + // TODO: Check the exact meaning of each timeout, and ajust accordingly osync_objtype_sink_set_connect_timeout(sink, 5*60); // 4 minutes osync_objtype_sink_set_disconnect_timeout(sink, 5*60); // 4 minutes |