Skip to content

Commit 0729ef5

Browse files
committed
Changed default value for --pw-max from 24 to 16 for much startup time
1 parent 1e0eacf commit 0729ef5

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGES

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
- Open Source the project
44
- License is MIT
55
- Moved repository to github: https://github.com/jsteube/princeprocessor
6-
- CHANGES
7-
- LICENSE
8-
- README.md
6+
- Added CHANGES
7+
- Added LICENSE
8+
- Added README.md
9+
- Changed default value for --pw-max from 24 to 16 for faster startup time
910

src/pp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*/
2222

2323
#define IN_LEN_MIN 1
24-
#define IN_LEN_MAX 24
24+
#define IN_LEN_MAX 16
2525
#define PW_MIN IN_LEN_MIN
2626
#define PW_MAX IN_LEN_MAX
2727
#define ELEM_CNT_MIN 1

0 commit comments

Comments
 (0)