Revision: 14514
Author: adrian.chadd
Date: Mon Mar 29 05:43:15 2010
Log: Issue #77 - Read in 4k per object rather than 1k to fully suck in the
TLV data.
http://code.google.com/p/lusca-cache/source/detail?r=14514
Modified:
/branches/LUSCA_HEAD/app/ufs_rebuild/ufs_build_dir.c
=======================================
--- /branches/LUSCA_HEAD/app/ufs_rebuild/ufs_build_dir.c Sun Mar 28
00:33:28 2010
+++ /branches/LUSCA_HEAD/app/ufs_rebuild/ufs_build_dir.c Mon Mar 29
05:43:15 2010
@@ -59,7 +59,7 @@
#include "libsqstore/store_file_ufs.h"
#include "libsqstore/rebuild_entry.h"
-#define BUFSIZE 1024
+#define BUFSIZE 4096
int
read_file(const char *path, rebuild_entry_t *re)
--
You received this message because you are subscribed to the Google Groups
"lusca-commit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/lusca-commit?hl=en.