Skip to content

Commit 2f0d606

Browse files
authored
defaulting SCRAM default to 2
1 parent 122e1b0 commit 2f0d606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/scram.hrl

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323

2424
-type scram() :: #scram{}.
2525

26-
-define(SCRAM_DEFAULT_ITERATION_COUNT, 4096).
26+
-define(SCRAM_DEFAULT_ITERATION_COUNT, 2).

0 commit comments

Comments
 (0)