We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcc32ad commit 470d4edCopy full SHA for 470d4ed
pkg/cloud/azure/azure_storage.go
@@ -60,7 +60,7 @@ var reuseSession = settings.RegisterBoolSetting(
60
settings.ApplicationLevel,
61
"cloudstorage.azure.session_reuse.enabled",
62
"persist the last opened azure client and re-use it when opening a new client with the same argument (some settings may take 2mins to take effect)",
63
- false,
+ true,
64
)
65
66
// A note on Azure authentication:
0 commit comments