diff options
| author | Graydon Hoare <graydon@mozilla.com> | 2011-01-14 16:01:43 -0800 |
|---|---|---|
| committer | Graydon Hoare <graydon@mozilla.com> | 2011-01-14 16:50:37 -0800 |
| commit | d55bee44179f7dcfebd8eaf1b99730c8473dadea (patch) | |
| tree | 8be1ee5181f8c9f8e473f43dffff61a9db8d474a /src/rt/rust_internal.h | |
| parent | 5b9eda4a41a410ffd8529a80c19f499ff856e07f (diff) | |
| download | rust-d55bee44179f7dcfebd8eaf1b99730c8473dadea.tar.gz rust-d55bee44179f7dcfebd8eaf1b99730c8473dadea.zip | |
Further corrections to the logging layer in runtime.
Diffstat (limited to 'src/rt/rust_internal.h')
| -rw-r--r-- | src/rt/rust_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rt/rust_internal.h b/src/rt/rust_internal.h index 9a1b2ec001f..61716703deb 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. |
