mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-14 17:35:50 +01:00
Updated Tomcat8 configuration (markdown)
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user