docs: forbid endpoint mode by default

This commit is contained in:
bookug 2017-10-19 20:11:54 +08:00
parent a1738defef
commit a7f98e0baf
1 changed files with 1 additions and 1 deletions

View File

@ -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