diff --git a/configure.ac b/configure.ac index 1f6f14d6..430c15dd 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(rtorrent, 0.9.3, sundell.software@gmail.com) +AC_INIT(rtorrent, 0.9.4, sundell.software@gmail.com) AC_DEFINE(API_VERSION, 8, api version) @@ -45,7 +45,7 @@ PKG_CHECK_MODULES([libcurl], libcurl >= 7.15.4, CXXFLAGS="$CXXFLAGS $libcurl_CFLAGS"; LIBS="$LIBS $libcurl_LIBS") -PKG_CHECK_MODULES([libtorrent], libtorrent >= 0.13.3, +PKG_CHECK_MODULES([libtorrent], libtorrent >= 0.13.4, CXXFLAGS="$CXXFLAGS $libtorrent_CFLAGS"; LIBS="$LIBS $libtorrent_LIBS") diff --git a/src/rpc/scgi.h b/src/rpc/scgi.h index ac6e0c4c..4b1a0e44 100644 --- a/src/rpc/scgi.h +++ b/src/rpc/scgi.h @@ -53,7 +53,7 @@ class lt_cacheline_aligned SCgi : public torrent::Event { public: typedef rak::function2 slot_write; - static const int max_tasks = 30; + static const int max_tasks = 100; // Global lock: SCgi() : m_logFd(-1) {}