Author: grothoff
Date: 2007-10-08 21:29:37 -0600 (Mon, 08 Oct 2007)
New Revision: 5708
Modified:
GNUnet/src/applications/sqstore_mysql/mysql.c
Log:
fix
Modified: GNUnet/src/applications/sqstore_mysql/mysql.c
===================================================================
--- GNUnet/src/applications/sqstore_mysql/mysql.c 2007-10-04 12:30:28 UTC
(rev 5707)
+++ GNUnet/src/applications/sqstore_mysql/mysql.c 2007-10-09 03:29:37 UTC
(rev 5708)
@@ -1388,7 +1388,7 @@
if (stats)
stats->set (stat_size, ret);
MUTEX_UNLOCK (lock);
- return ret * 2; /* FIXME: measure again! */
+ return ret * 1.2;
}
/**
_______________________________________________
GNUnet-SVN mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnunet-svn