Skip to content

Commit

Permalink
enable janus optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
aarshi0301 committed Nov 27, 2024
1 parent d7f06d5 commit 4dea4e0
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", false),
ENABLE_JANUS_GRAPH_OPTIMISATION("atlas.janus.graph.optimisation.enable", true),

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

0 comments on commit 4dea4e0

Please sign in to comment.