gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r4828 - GNUnet/contrib


From: gnunet
Subject: [GNUnet-SVN] r4828 - GNUnet/contrib
Date: Mon, 28 May 2007 12:55:21 -0600 (MDT)

Author: grothoff
Date: 2007-05-28 12:55:21 -0600 (Mon, 28 May 2007)
New Revision: 4828

Modified:
   GNUnet/contrib/config-client.scm
Log:
expr

Modified: GNUnet/contrib/config-client.scm
===================================================================
--- GNUnet/contrib/config-client.scm    2007-05-28 18:55:06 UTC (rev 4827)
+++ GNUnet/contrib/config-client.scm    2007-05-28 18:55:21 UTC (rev 4828)
@@ -258,8 +258,8 @@
   (_ "GNUnet uses two bytes per entry on the disk.  This database is used to 
keep track of how a particular URI has been used in the past.  For example, 
GNUnet may remember that a particular URI has been found in a search previously 
or corresponds to a file uploaded by the user.  This information can then be 
used by user-interfaces to filter URI lists, such as search results.  If the 
database is full, older entries will be discarded.  The default value should be 
sufficient without causing undue disk utilization." )
   '()
   #t
-  1024*1024
-  (cons 1 1024*1024*1024)
+  1048576
+  (cons 1 1073741824)
   'rare) )
 
 (define (fs builder)





reply via email to

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