Skip to content

Commit

Permalink
correct type for slack factor
Browse files Browse the repository at this point in the history
  • Loading branch information
harsha-simhadri committed Aug 8, 2023
1 parent d762947 commit 56f97dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/defaults.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const uint32_t NUM_FROZEN_POINTS_STATIC = 0;
const uint32_t NUM_FROZEN_POINTS_DYNAMIC = 1;

// In-mem index related limits
const uint32_t GRAPH_SLACK_FACTOR = 1.3;
const float GRAPH_SLACK_FACTOR = 1.3;

// SSD Index related limits
const uint64_t MAX_GRAPH_DEGREE = 512;
Expand Down

0 comments on commit 56f97dd

Please sign in to comment.