From db18600b08ad4f20b0b566dfae7277ac8fb2cfdf Mon Sep 17 00:00:00 2001
From: Marco De Marco <demarco@oats.inaf.it>
Date: Tue, 14 Jan 2014 16:01:29 +0100
Subject: [PATCH] Basic file transfer works

---
 src/FileWrapper.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/FileWrapper.h b/src/FileWrapper.h
index 4c79cfc..cbc5b23 100644
--- a/src/FileWrapper.h
+++ b/src/FileWrapper.h
@@ -62,7 +62,7 @@ protected:
     std::ifstream m_inputFileStream;
 
     //Read buffer size
-    const boost::uint64_t BUFFER_SIZE = 40960;
+    const boost::uint64_t BUFFER_SIZE = 1024;
 };
 
 }   //End of namespace
-- 
GitLab