mirror of
https://github.com/abhinavxd/libredesk.git
synced 2026-09-10 14:15:42 +00:00
Merge pull request #456 from abhinavxd/fix/http-write-timeout
increase default http write timeout to 60s
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ disable_secure_cookies = false
|
||||
session_lifetime = "9h"
|
||||
# Request read and write timeouts.
|
||||
read_timeout = "8s"
|
||||
write_timeout = "8s"
|
||||
write_timeout = "60s"
|
||||
# Maximum request body size in bytes (100MB)
|
||||
# If you are using proxy, you may need to configure them to allow larger request bodies.
|
||||
max_body_size = 104857600
|
||||
|
||||
Reference in New Issue
Block a user