Prechádzať zdrojové kódy

Server: Disable historizing by default

Julius Pfrommer 5 rokov pred
rodič
commit
70c9501487
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

@@ -129,7 +129,7 @@ endforeach(arch_ ${architectures})
 
 # Options
 set(UA_LOGLEVEL 300 CACHE STRING "Level at which logs shall be reported")
-option(UA_ENABLE_HISTORIZING "Enable server and client to provide historical access." ON)
+option(UA_ENABLE_HISTORIZING "Enable server and client to provide historical access." OFF)
 option(UA_ENABLE_EXPERIMENTAL_HISTORIZING "Enable client experimental historical access features." OFF)
 option(UA_ENABLE_METHODCALLS "Enable the Method service set" ON)
 option(UA_ENABLE_NODEMANAGEMENT "Enable dynamic addition and removal of nodes at runtime" ON)