From bcc5489e9dd0e7c5e1d23893fd369896dfe6c8dd Mon Sep 17 00:00:00 2001 From: Skull Writter <7103685+skullwritter@users.noreply.github.com> Date: Wed, 27 May 2020 00:34:12 +0000 Subject: [PATCH] Updated Tomcat8 configuration (markdown) --- Tomcat8-configuration.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Tomcat8-configuration.md b/Tomcat8-configuration.md index b308033..b036de2 100644 --- a/Tomcat8-configuration.md +++ b/Tomcat8-configuration.md @@ -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` -`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 (i do not recommend changing this if you don't know what is does)