Backup of GitHub

This commit is contained in:
2024-11-28 10:47:10 +01:00
parent d192f9fbc4
commit cc3a4f4dd7

View File

@ -171,7 +171,7 @@ minfreebytes = 104857600 # 100 MB in bytes
[timeouts] [timeouts]
readtimeout = "4800s" readtimeout = "4800s"
writetimeout = "4800s" writetimeout = "4800s"
idletimeout = "4800s" idletimeout = "24h"
[security] [security]
secret = "example-secret-key" secret = "example-secret-key"
@ -201,9 +201,6 @@ redishealthcheckinterval = "120s"
[workers] [workers]
numworkers = 2 numworkers = 2
uploadqueuesize = 50 uploadqueuesize = 50
[file]
filerevision = 1
``` ```
This configuration file is set up with essential features like Prometheus integration, ClamAV scanning, and file handling with deduplication and versioning options. Adjust the settings according to your infrastructure needs. This configuration file is set up with essential features like Prometheus integration, ClamAV scanning, and file handling with deduplication and versioning options. Adjust the settings according to your infrastructure needs.