Skip to content

Commit

Permalink
enable cache by default (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanbez authored Mar 18, 2024
1 parent 38d5f77 commit 0f326da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ endif()
#-----------------------------------------------------------------------------
# SERVER CACHE option
#-----------------------------------------------------------------------------
option(PDC_SERVER_CACHE "Enable Server Caching." OFF)
option(PDC_SERVER_CACHE "Enable Server Caching." ON)
if(PDC_SERVER_CACHE)
set(PDC_SERVER_CACHE 1)
set(PDC_SERVER_CACHE_MAX_GB "3" CACHE STRING "Max GB for server cache")
Expand Down

0 comments on commit 0f326da

Please sign in to comment.