Skip to content

Commit 4fdfa6a

Browse files
committed
feat: epoll based worker
Fixes sporadic timeouts
1 parent 607694d commit 4fdfa6a

File tree

6 files changed

+552
-300
lines changed

6 files changed

+552
-300
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ REGRESS = $(patsubst test/sql/%.sql,%,$(TESTS))
99
REGRESS_OPTS = --use-existing --inputdir=test
1010

1111
MODULE_big = $(EXTENSION)
12-
OBJS = src/worker.o src/util.o
12+
OBJS = src/worker.o src/util.o src/core.o
1313

1414
all: sql/$(EXTENSION)--$(EXTVERSION).sql $(EXTENSION).control
1515

0 commit comments

Comments
 (0)