aboutsummaryrefslogtreecommitdiff
path: root/src/Exec.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Exec.cpp')
-rw-r--r--src/Exec.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Exec.cpp b/src/Exec.cpp
index cc82897..169858f 100644
--- a/src/Exec.cpp
+++ b/src/Exec.cpp
@@ -7,7 +7,7 @@
using namespace std;
-const int BUFSIZE = 1024;
+const int BUFSIZE = 4096;
// TODO: Redirect stderr to
namespace sibs