summaryrefslogtreecommitdiff
path: root/include/urweb/types_cpp.h
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@mit.edu>2017-07-23 08:45:59 -0400
committerGravatar Benjamin Barenblat <bbaren@mit.edu>2017-07-23 08:45:59 -0400
commit8c58ba2e1db6e97ca1f18fd9ca52ffead53e4a4f (patch)
tree491d3b13813610943c60460d3e178d3a73916346 /include/urweb/types_cpp.h
parent6145d9df05f442e29dfa96a0b8e15ffcc2d683dd (diff)
parentf814fd699dc707e810c996062370ee787863d926 (diff)
Merge branch 'upstream' into dfsg_clean
Diffstat (limited to 'include/urweb/types_cpp.h')
-rw-r--r--include/urweb/types_cpp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/urweb/types_cpp.h b/include/urweb/types_cpp.h
index 47086791..2fa473ac 100644
--- a/include/urweb/types_cpp.h
+++ b/include/urweb/types_cpp.h
@@ -113,7 +113,7 @@ typedef struct {
uw_logger log_error, log_debug;
} uw_loggers;
-#define ERROR_BUF_LEN 1024
+#define ERROR_BUF_LEN 10240
typedef struct {
size_t max;