gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r3466 - branches/GNUnet-0.7.0/src/applications/fs/fsui


From: grothoff
Subject: [GNUnet-SVN] r3466 - branches/GNUnet-0.7.0/src/applications/fs/fsui
Date: Wed, 11 Oct 2006 13:21:18 -0700 (PDT)

Author: grothoff
Date: 2006-10-11 13:21:16 -0700 (Wed, 11 Oct 2006)
New Revision: 3466

Modified:
   branches/GNUnet-0.7.0/src/applications/fs/fsui/file_info.c
Log:
trying to improve listURIs speed

Modified: branches/GNUnet-0.7.0/src/applications/fs/fsui/file_info.c
===================================================================
--- branches/GNUnet-0.7.0/src/applications/fs/fsui/file_info.c  2006-10-09 
07:06:22 UTC (rev 3465)
+++ branches/GNUnet-0.7.0/src/applications/fs/fsui/file_info.c  2006-10-11 
20:21:16 UTC (rev 3466)
@@ -118,7 +118,7 @@
   GNUNET_ASSERT(size == ECRS_serializeMetaData(fi->meta,
                                               data,
                                               size,
-                                              ECRS_SERIALIZE_FULL));
+                                              ECRS_SERIALIZE_FULL | 
ECRS_SERIALIZE_NO_COMPRESS));
   size = htonl(size);
   suri = ECRS_uriToString(fi->uri);
   sem = createIPC();





reply via email to

[Prev in Thread] Current Thread [Next in Thread]