mirror of
https://github.com/netbirdio/netbird.git
synced 2026-09-12 17:59:06 +02:00
Lower the local upload limit
This commit is contained in:
@@ -92,7 +92,7 @@ func (l *local) getUploadURL(objectKey string) (string, error) {
|
||||
return newURL.String(), nil
|
||||
}
|
||||
|
||||
const maxUploadSize = 150 << 20
|
||||
const maxUploadSize = 50 << 20
|
||||
|
||||
func (l *local) handlePutRequest(w http.ResponseWriter, r *http.Request) {
|
||||
if r.Method != http.MethodPut {
|
||||
|
||||
Reference in New Issue
Block a user