From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Wed, 30 Jul 2008 03:23:58 +0000 (-0700)
Subject: setup: whoops, really remove the default reactor=poll this time
X-Git-Url: https://git.rkrishnan.org/vdrive/%22news.html/specifications/using.html?a=commitdiff_plain;h=bd0fe3588b314711e71e6e52a8d439dc5fc0c1d8;p=tahoe-lafs%2Ftahoe-lafs.git

setup: whoops, really remove the default reactor=poll this time
---

diff --git a/Makefile b/Makefile
index 6f07e027..5f6fa88e 100644
--- a/Makefile
+++ b/Makefile
@@ -39,7 +39,7 @@ endif
 ifneq ($(REACTOR),)
 	REACTOROPT := --reactor=$(REACTOR)
 else
-	REACTOROPT := --reactor=poll
+	REACTOROPT :=
 endif
 
 ifneq ($(PYTHONPATH),)