Skip to content

Commit 470d4ed

Browse files
committed
cloud/azure: default enable caching SDK clients
This mirrors the default in s3 client handling. Release note: none. Epic: none.
1 parent fcc32ad commit 470d4ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cloud/azure/azure_storage.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ var reuseSession = settings.RegisterBoolSetting(
6060
settings.ApplicationLevel,
6161
"cloudstorage.azure.session_reuse.enabled",
6262
"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,
63+
true,
6464
)
6565

6666
// A note on Azure authentication:

0 commit comments

Comments
 (0)