summaryrefslogtreecommitdiff
path: root/src/evbuf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/evbuf.h')
-rw-r--r--src/evbuf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/evbuf.h b/src/evbuf.h
index 4a91ae6..d0239d8 100644
--- a/src/evbuf.h
+++ b/src/evbuf.h
@@ -29,7 +29,7 @@
29#ifndef GRAIL_EVBUF_H 29#ifndef GRAIL_EVBUF_H
30#define GRAIL_EVBUF_H 30#define GRAIL_EVBUF_H
31 31
32#define DIM_EVENTS 512 32#define DIM_EVENTS 4096
33 33
34struct evbuf { 34struct evbuf {
35 int head; 35 int head;