Skip to content

Commit

Permalink
Merge pull request #32 from quentingodeau/feature/performance
Browse files Browse the repository at this point in the history
Register in the client context a state to avoid reconnecting on Azure.
  • Loading branch information
samansmink authored Feb 19, 2024
2 parents 3ad0348 + ba56a50 commit 923ff39
Show file tree
Hide file tree
Showing 8 changed files with 843 additions and 750 deletions.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ include_directories(src/include)
set(CMAKE_CXX_STANDARD 14)
set(CMAKE_CXX_STANDARD_REQUIRED True)

set(EXTENSION_SOURCES src/azure_extension.cpp src/azure_secret.cpp)
set(EXTENSION_SOURCES
src/azure_extension.cpp src/azure_secret.cpp
src/azure_storage_account_client.cpp src/azure_filesystem.cpp)
add_library(${EXTENSION_NAME} STATIC ${EXTENSION_SOURCES})

set(PARAMETERS "-warnings")
Expand Down
Loading

0 comments on commit 923ff39

Please sign in to comment.