Skip to content

Commit

Permalink
proper maths for 8kb
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmario committed Nov 25, 2009
1 parent 05b65e5 commit 9d4cca0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/yajl_ext.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
#include "api/yajl_gen.h"
#include <ruby.h>

#define READ_BUFSIZE 8092
#define WRITE_BUFSIZE 8092
#define READ_BUFSIZE 8192
#define WRITE_BUFSIZE 8192

// Older versions of Ruby (< 1.8.6) need these
#ifndef RSTRING_PTR
Expand Down

0 comments on commit 9d4cca0

Please sign in to comment.