Skip to content

Commit

Permalink
feat: epoll based worker
Browse files Browse the repository at this point in the history
Fixes sporadic timeouts
  • Loading branch information
steve-chavez committed Oct 2, 2024
1 parent 607694d commit 4fdfa6a
Show file tree
Hide file tree
Showing 6 changed files with 552 additions and 300 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ REGRESS = $(patsubst test/sql/%.sql,%,$(TESTS))
REGRESS_OPTS = --use-existing --inputdir=test

MODULE_big = $(EXTENSION)
OBJS = src/worker.o src/util.o
OBJS = src/worker.o src/util.o src/core.o

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

Expand Down
Loading

0 comments on commit 4fdfa6a

Please sign in to comment.