From a7f98e0bafbbbda661d84d63be94fdacba33f256 Mon Sep 17 00:00:00 2001 From: bookug Date: Thu, 19 Oct 2017 20:11:54 +0800 Subject: [PATCH] docs: forbid endpoint mode by default --- Util/Util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Util/Util.h b/Util/Util.h index 3a7444b..367ea31 100644 --- a/Util/Util.h +++ b/Util/Util.h @@ -111,7 +111,7 @@ in the sparql query can point to the same node in data graph) //if used as only-read application(like sparql endpoint) //#define ONLY_READ 1 -#define SPARQL_ENDPOINT 1 +//#define SPARQL_ENDPOINT 1 #ifdef SPARQL_ENDPOINT #ifndef ONLY_READ #define ONLY_READ 1