aboutsummaryrefslogtreecommitdiff
path: root/src/rt/rust_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rt/rust_internal.h')
-rw-r--r--src/rt/rust_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rt/rust_internal.h b/src/rt/rust_internal.h
index 9a1b2ec0..61716703 100644
--- a/src/rt/rust_internal.h
+++ b/src/rt/rust_internal.h
@@ -90,7 +90,7 @@ static intptr_t const CONST_REFCOUNT = 0x7badface;
// This accounts for logging buffers.
-static size_t const BUF_BYTES = 1024;
+static size_t const BUF_BYTES = 2048;
// Every reference counted object should derive from this base class.