feat: update chunked upload endpoints and enhance upload resilience with improved logging and HMAC validation
This commit is contained in:
@ -6,7 +6,7 @@ bind_ip = "0.0.0.0"
|
||||
listenport = "8080"
|
||||
unixsocket = false
|
||||
storagepath = "./uploads"
|
||||
metricsenabled = true
|
||||
metricsenabled = false
|
||||
metricsport = "9090"
|
||||
deduplicationenabled = true
|
||||
networkevents = true # Enable network change detection
|
||||
|
Reference in New Issue
Block a user