update cache storage to 15GB
authoraidan
Thu, 30 Jun 2011 15:32:09 +0100
changeset 27 28b7fb13e35d
parent 26 22859a6c3113
child 28 406d4f7eb00d
update cache storage to 15GB
servlib/bundling/BundleDaemon.cc
--- a/servlib/bundling/BundleDaemon.cc	Thu Jun 30 15:26:13 2011 +0100
+++ b/servlib/bundling/BundleDaemon.cc	Thu Jun 30 15:32:09 2011 +0100
@@ -465,8 +465,7 @@
 bool
 BundleDaemon::add_bundle_to_bpq_cache(Bundle* bundle, bool add_to_store)
 {
-    //const u_int64_t max_cache_size = 1073741824 * 15; // 15GB
-    const u_int64_t max_cache_size = 5254027 * 3; 
+    const u_int64_t max_cache_size = 1073741824 * 15; // 15GB
 
     log_debug_p("/dtn/daemon/bpq","add_bundle_to_bpq_cache: *%p", bundle);