From fb34ba51aa9b84a162b7e3b9efb729021adf03a3 Mon Sep 17 00:00:00 2001 From: Jean Luca Bez Date: Tue, 5 Mar 2024 10:09:09 -0800 Subject: [PATCH] enable cache by default --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 70bc8ce2e..a3abd14bc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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")