Update notes

This commit is contained in:
2018-01-26 01:49:19 +02:00
parent c1ba3ae8bd
commit 8b4e998ad9
3 changed files with 7 additions and 9 deletions

View File

@ -538,7 +538,6 @@ db.url = jdbc:postgresql://localhost:5432/dspacetest?ApplicationName=dspaceDefau
- In Tomcat 8.5 the `maxThreads` defaults to 200 which is probably fine, but tweaking `minSpareThreads` could be good
- I don't see a setting for `maxSpareThreads` in the docs so that might be an error
- Looks like in Tomcat 8.5 the default URIEncoding for Connectors is UTF-8, so we don't need to specify that manually anymore: https://tomcat.apache.org/tomcat-8.5-doc/config/http.html
-
- Ooh, I just saw the `acceptorThreadCount` setting (in Tomcat 7 and 8.5):
```