Module: sems Branch: master Commit: c8528a2551eb3c8a5e8f51512181a5f5fb0e706d URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=c8528a2551eb3c8a5e8f51512181a5f5fb0e706d
Author: Raphael Coeffic <[email protected]> Committer: Raphael Coeffic <[email protected]> Date: Sun Apr 10 19:39:51 2011 +0200 Revert "session thread pool enabled by default" This reverts commit ef85d6eae880f6771f20a3407248099d7752d6ce. --- Makefile.defs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile.defs b/Makefile.defs index e79c687..f3f3ff5 100644 --- a/Makefile.defs +++ b/Makefile.defs @@ -50,7 +50,7 @@ CPPFLAGS += -D_DEBUG \ # if compiled without thread pool support, every # session will have its own thread. # -USE_THREADPOOL = yes +#USE_THREADPOOL = yes # compile with spandsp DTMF detection? see soft-switch.org # this needs a fairly new version of spandsp - tested with 0.0.4pre11 _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
