You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hello.
I would like to upgrade bitbucket server from 4.14.1 to 7.21.4 (data center edition). I am moving changes from server.xml to bitbucket.properties file. I have some options which are missing in the migration table in the documentation: https://confluence.atlassian.com/bitbucketserver0721/configuration-properties-1115666478.html
For example:
useBodyEncodingForURI="true"
URIEncoding="UTF-8"
enableLookups="false"
acceptCount="100"
disableUploadTimeout="true"
maxThreads="150"
minSpareThreads="25"
There is of course this sentence in the docu:
"For these examples, if there are less properties in the bitbucket.properties
syntax then in the initial server.xml
syntax, that indicates the default value would be acceptable and you don't need to add that property to achieve the same result."
So my question is: what will be this default value e.g. for maxThreads after upgrade to bitbucket 7.21.4. Because e.g. in tomcat 8, "If not specified, this attribute is set to 200": https://tomcat.apache.org/tomcat-8.5-doc/config/http.html
And my second question is: are these default values editable somehow in bitbucket 7.21.4?