mirror of
https://github.com/restic/restic.git
synced 2025-12-10 19:41:46 +00:00
fix: keep the PutBlock Size to 100 MiB
No complaints in the past.
This commit is contained in:
@@ -42,7 +42,7 @@ type Backend struct {
|
||||
}
|
||||
|
||||
const singleUploadMaxSize = 256 * 1024 * 1024
|
||||
const singleBlockMaxSize = 32 * 1024 * 1024
|
||||
const singleBlockMaxSize = 100 * 1024 * 1024
|
||||
const defaultListMaxItems = 5000
|
||||
|
||||
// make sure that *Backend implements backend.Backend
|
||||
|
||||
Reference in New Issue
Block a user