Skip to content

Commit

Permalink
disable flag
Browse files Browse the repository at this point in the history
  • Loading branch information
aarshi0301 committed Nov 27, 2024
1 parent a51bea1 commit b3f89ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public enum AtlasConfiguration {
/***
* enables parallel processing of janus graph vertices from cassandra
*/
ENABLE_JANUS_GRAPH_OPTIMISATION("atlas.janus.graph.optimisation.enable", true),
ENABLE_JANUS_GRAPH_OPTIMISATION("atlas.janus.graph.optimisation.enable", false),

/**
* No. of threads to be spawned for parallel processing
Expand Down

0 comments on commit b3f89ae

Please sign in to comment.