File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
core/src/main/java/org/neo4j/gds/internal
progress-tracking/src/main/java/org/neo4j/gds/core/utils/progress Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 2121
2222import org .neo4j .annotations .service .ServiceProvider ;
2323import org .neo4j .configuration .Description ;
24- import org .neo4j .configuration .DocumentedDefaultValue ;
2524import org .neo4j .configuration .SettingsDeclaration ;
2625import org .neo4j .graphdb .config .Setting ;
2726
3231public class MemoryEstimationSettings implements SettingsDeclaration {
3332
3433 @ Description ("Use maximum memory estimation in procedure memory guard." )
35- @ DocumentedDefaultValue ("false" )
3634 public static final Setting <Boolean > validate_using_max_memory_estimation = newBuilder (
3735 "gds.validate_using_max_memory_estimation" ,
3836 BOOL ,
Original file line number Diff line number Diff line change 2121
2222import org .neo4j .annotations .service .ServiceProvider ;
2323import org .neo4j .configuration .Description ;
24- import org .neo4j .configuration .DocumentedDefaultValue ;
2524import org .neo4j .configuration .SettingsDeclaration ;
2625import org .neo4j .graphdb .config .Setting ;
2726
3231public final class ProgressFeatureSettings implements SettingsDeclaration {
3332
3433 @ Description ("Enable progress logging tracking." )
35- @ DocumentedDefaultValue ("false" )
3634 public static final Setting <Boolean > progress_tracking_enabled = newBuilder (
3735 "gds.progress_tracking_enabled" ,
3836 BOOL ,
You can’t perform that action at this time.
0 commit comments