add hint to configure epoll
1 2 3 4 5 6 7 8 9 10
diff --git a/thot b/thot index e71553a..147adee 100755 --- a/thot +++ b/thot @@ -8,4 +8,5 @@ (asdf:load-system :thot) (setf thot:*disable-threads* t) (thot:configure-threads) +;(thot:maybe-configure-epoll) (thot:start)