Updated Tomcat8 configuration (markdown)

Skull Writter
2020-05-27 00:34:12 +00:00
parent be1a508005
commit bcc5489e9d

@@ -14,7 +14,13 @@ To set Maximum file upload, add to the end of `catalina.properties`
To Set the Upload Timeout, add to the end of `catalina.properties` To Set the Upload Timeout, add to the end of `catalina.properties`
`gitbucket.UploadTimeout=(time*1000)` (the 1000 is the time in milliseconds) `gitbucket.UploadTimeout=(time*1000)`
(the 1000 is the time in milliseconds, put the value after the multiplication)
for example:
30 seconds is `gitbucket.UploadTimeout=30000`
### GitBucket Home ### GitBucket Home
(i do not recommend changing this if you don't know what is does) (i do not recommend changing this if you don't know what is does)