fixes
authorChristian Grothoff <christian@grothoff.org>
Fri, 25 Mar 2011 19:36:58 +0000 (19:36 +0000)
committerChristian Grothoff <christian@grothoff.org>
Fri, 25 Mar 2011 19:36:58 +0000 (19:36 +0000)
src/fs/gnunet-service-fs_pr.c
src/fs/test_fs_namespace_data.conf

index b022cc23f31ed82bde0d8c557f0cf9b690ed128e..1290def4d6645280beaa1c4460aa5b33cfeb978b 100644 (file)
@@ -1083,8 +1083,12 @@ GSF_local_lookup_ (struct GSF_PendingRequest *pr,
                                 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);
index 42c1f430baad2e87c024089f006f4e8824775bf3..f1379fea17c86cd00ed0b1f477f809076c7d53f9 100644 (file)
@@ -37,7 +37,9 @@ HOSTNAME = localhost
 PORT = 42471
 HOSTNAME = localhost
 IDENTITY_DIR = $SERVICEHOME/pseudos/
-DEBUG = YES
+# DEBUG = YES
+CONTENT_CACHING = NO
+CONTENT_PUSHING = NO
 
 [testing]
 WEAKRANDOM = YES