gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r14736 - gnunet/src/fs


From: gnunet
Subject: [GNUnet-SVN] r14736 - gnunet/src/fs
Date: Fri, 25 Mar 2011 20:36:58 +0100

Author: grothoff
Date: 2011-03-25 20:36:58 +0100 (Fri, 25 Mar 2011)
New Revision: 14736

Modified:
   gnunet/src/fs/gnunet-service-fs_pr.c
   gnunet/src/fs/test_fs_namespace_data.conf
Log:
fixes

Modified: gnunet/src/fs/gnunet-service-fs_pr.c
===================================================================
--- gnunet/src/fs/gnunet-service-fs_pr.c        2011-03-25 19:36:33 UTC (rev 
14735)
+++ gnunet/src/fs/gnunet-service-fs_pr.c        2011-03-25 19:36:58 UTC (rev 
14736)
@@ -1083,8 +1083,12 @@
                                 pr->public_data.type == 
GNUNET_BLOCK_TYPE_FS_DBLOCK 
                                 ? GNUNET_BLOCK_TYPE_ANY 
                                 : pr->public_data.type, 
-                                1 /* queue priority */,
-                                1 /* max queue size */,
+                                (0 != (GSF_PRO_PRIORITY_UNLIMITED & 
pr->public_data.options))
+                                ? UINT_MAX
+                                : 1 /* queue priority */,
+                                (0 != (GSF_PRO_PRIORITY_UNLIMITED & 
pr->public_data.options))
+                                ? UINT_MAX
+                                : 1 /* max queue size */,
                                 GNUNET_TIME_UNIT_FOREVER_REL,
                                 &process_local_reply,
                                 pr);

Modified: gnunet/src/fs/test_fs_namespace_data.conf
===================================================================
--- gnunet/src/fs/test_fs_namespace_data.conf   2011-03-25 19:36:33 UTC (rev 
14735)
+++ gnunet/src/fs/test_fs_namespace_data.conf   2011-03-25 19:36:58 UTC (rev 
14736)
@@ -37,7 +37,9 @@
 PORT = 42471
 HOSTNAME = localhost
 IDENTITY_DIR = $SERVICEHOME/pseudos/
-DEBUG = YES
+# DEBUG = YES
+CONTENT_CACHING = NO
+CONTENT_PUSHING = NO
 
 [testing]
 WEAKRANDOM = YES




reply via email to

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