We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e0eacf commit 0729ef5Copy full SHA for 0729ef5
CHANGES
@@ -3,7 +3,8 @@
3
- Open Source the project
4
- License is MIT
5
- Moved repository to github: https://github.com/jsteube/princeprocessor
6
-- CHANGES
7
-- LICENSE
8
-- README.md
+- Added CHANGES
+- Added LICENSE
+- Added README.md
9
+- Changed default value for --pw-max from 24 to 16 for faster startup time
10
src/pp.c
@@ -21,7 +21,7 @@
21
*/
22
23
#define IN_LEN_MIN 1
24
-#define IN_LEN_MAX 24
+#define IN_LEN_MAX 16
25
#define PW_MIN IN_LEN_MIN
26
#define PW_MAX IN_LEN_MAX
27
#define ELEM_CNT_MIN 1
0 commit comments