imbajin commented on code in PR #2612:
URL:
https://github.com/apache/incubator-hugegraph/pull/2612#discussion_r1713565981
##########
hugegraph-server/hugegraph-api/src/main/java/org/apache/hugegraph/config/ServerOptions.java:
##########
@@ -47,6 +47,14 @@ public static synchronized ServerOptions instance() {
"http://127.0.0.1:8080"
);
+ public static final ConfigOption<Boolean>
REST_SERVER_ENABLE_GRAPHSPACES_FILTER =
+ new ConfigOption<>(
+ "restserver.enable_graphspaces_filter",
Review Comment:
`Compatible` or `Transfer`? (seems better than filter)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]