David Mathog wrote:
Item 16 in the aioe.org FAQ says that "When a client tries to open more
than 4 connections at the same time, the ones that exceed this limit are
refused by the server." Might that be happening here? If so, is there a
setting somewhere to restrict the number of concurrent connections?

The default number of cached connections is 2:
<http://mxr.mozilla.org/comm-central/source/mailnews/news/public/nsINntpIncomingServer.idl#85>

You can change a pref, but not through the UI (there is UI for the IMAP case, but not for NNTP). You need to go to about:config and set mail.server.serverX.max_cached_connections accordingly, where X is the number of your NNTP account (which you can determine by searching about:config for "nntp" and looking at the entries that have "mail.server.serverX.type" as the name scheme and "nntp" as a value).

HTH

Jens

--
Jens Hatlak <http://jens.hatlak.de/>
SeaMonkey Trunk Tracker <http://smtt.blogspot.com/>
_______________________________________________
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to