gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r3916 - GNUnet/src/applications/fs/ecrs


From: grothoff
Subject: [GNUnet-SVN] r3916 - GNUnet/src/applications/fs/ecrs
Date: Sun, 10 Dec 2006 21:16:47 -0800 (PST)

Author: grothoff
Date: 2006-12-10 21:16:45 -0800 (Sun, 10 Dec 2006)
New Revision: 3916

Modified:
   GNUnet/src/applications/fs/ecrs/keyspace.c
Log:
allow more metadata

Modified: GNUnet/src/applications/fs/ecrs/keyspace.c
===================================================================
--- GNUnet/src/applications/fs/ecrs/keyspace.c  2006-12-11 05:16:35 UTC (rev 
3915)
+++ GNUnet/src/applications/fs/ecrs/keyspace.c  2006-12-11 05:16:45 UTC (rev 
3916)
@@ -36,9 +36,11 @@
 
 /**
  * What is the maximum size that we allow for a kblock
- * before we start dropping meta-data?
+ * before we start dropping meta-data? (128x128 thumbnails
+ * with 24-bit color can take 49152 bytes, so we pick
+ * something slightly higher -- we're limited by 64k).
  */
-#define MAX_KBLOCK_SIZE 32000
+#define MAX_KBLOCK_SIZE 60000
 
 #if EXTRA_CHECKS
 





reply via email to

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