Fixed some instabilites. Changed default concurrency to 6.

This commit is contained in:
MaxJa4
2023-08-21 14:33:37 +02:00
parent 05c7a15e5b
commit f29b4c0994
2 changed files with 19 additions and 6 deletions

View File

@@ -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) {