mirror of
https://github.com/offen/docker-volume-backup.git
synced 2026-04-11 03:55:36 +02:00
Fixed some instabilites. Changed default concurrency to 6.
This commit is contained in:
@@ -72,7 +72,7 @@ type Config struct {
|
||||
AzureStorageEndpoint string `split_words:"true" default:"https://{{ .AccountName }}.blob.core.windows.net/"`
|
||||
DropboxToken string `split_words:"true"`
|
||||
DropboxRemotePath string `split_words:"true"`
|
||||
DropboxConcurrencyLevel int `split_words:"true" default:"2"`
|
||||
DropboxConcurrencyLevel int `split_words:"true" default:"6"`
|
||||
}
|
||||
|
||||
func (c *Config) resolveSecret(envVar string, secretPath string) (string, error) {
|
||||
|
||||
Reference in New Issue
Block a user