You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2009/04/04 20:42:58 UTC

[Solr Wiki] Trivial Update of "FAQ" by IlanRabinovitch

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.

The following page has been changed by IlanRabinovitch:
http://wiki.apache.org/solr/FAQ

The comment on the change is:
correcting a typo/spelling mistake

------------------------------------------------------------------------------
  
  == Why does the request time out sometimes when doing commits? ==
  
- Internally, Solr does nothing to time out any requests -- it lets both updates and queries take however long they need to take to be processed fully.  However, the servlet container being used to run Solr may impose arbitrary timeout limits on all requests.  Please consult the documentation for youy Serlvet container if you find that this value is too low.
+ Internally, Solr does nothing to time out any requests -- it lets both updates and queries take however long they need to take to be processed fully.  However, the servlet container being used to run Solr may impose arbitrary timeout limits on all requests.  Please consult the documentation for your Serlvet container if you find that this value is too low.
  
  (In Jetty, the relevant setting is "maxIdleTime" which is in milliseconds)