Revision: 4388 Author: hans URL: http://bknr.net/trac/changeset/4388
another hunchentoot 1.0 change
U deployed/quickhoney/projects/quickhoney/src/init.lisp
Modified: deployed/quickhoney/projects/quickhoney/src/init.lisp =================================================================== --- deployed/quickhoney/projects/quickhoney/src/init.lisp 2009-05-08 10:09:10 UTC (rev 4387) +++ deployed/quickhoney/projects/quickhoney/src/init.lisp 2009-05-08 10:13:51 UTC (rev 4388) @@ -38,7 +38,7 @@ (load "site-config.lisp"))) (setf *acceptor* (make-instance 'hunchentoot:acceptor :port *webserver-port* - :taskmaster 'hunchentoot:single-threaded-taskmaster + :taskmaster (make-instance 'hunchentoot:single-threaded-taskmaster) :persistent-connections-p nil)) (bt:make-thread (curry #'hunchentoot:start *acceptor*) :name (format nil "HTTP server on port ~A" *webserver-port*)))