projects
/
simpleserver-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e0ea51
)
Increase GRS_BUF_SIZE from 512 (very small!) to 8192.
author
Mike Taylor
<mike@indexdata.com>
Mon, 5 Mar 2007 11:47:16 +0000
(11:47 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Mon, 5 Mar 2007 11:47:16 +0000
(11:47 +0000)
SimpleServer.xs
patch
|
blob
|
history
diff --git
a/SimpleServer.xs
b/SimpleServer.xs
index
0562cee
..
9fab581
100644
(file)
--- a/
SimpleServer.xs
+++ b/
SimpleServer.xs
@@
-1,5
+1,5
@@
/*
- * $Id: SimpleServer.xs,v 1.55 2006-12-22 12:27:19 sondberg Exp $
+ * $Id: SimpleServer.xs,v 1.56 2007-03-05 11:47:16 mike Exp $
* ----------------------------------------------------------------------
*
* Copyright (c) 2000-2004, Index Data.
@@
-85,7
+85,7
@@
SV *explain_ref = NULL;
PerlInterpreter *root_perl_context;
int MAX_OID = 15;
-#define GRS_BUF_SIZE 512
+#define GRS_BUF_SIZE 8192
CV * simpleserver_sv2cv(SV *handler) {
STRLEN len;