Skip to content

Commit

Permalink
Changed default value for --pw-max from 24 to 16 for much startup time
Browse files Browse the repository at this point in the history
  • Loading branch information
jsteube committed Jan 8, 2015
1 parent 1e0eacf commit 0729ef5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
- Open Source the project
- License is MIT
- Moved repository to github: https://github.com/jsteube/princeprocessor
- CHANGES
- LICENSE
- README.md
- Added CHANGES
- Added LICENSE
- Added README.md
- Changed default value for --pw-max from 24 to 16 for faster startup time

2 changes: 1 addition & 1 deletion src/pp.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/

#define IN_LEN_MIN 1
#define IN_LEN_MAX 24
#define IN_LEN_MAX 16
#define PW_MIN IN_LEN_MIN
#define PW_MAX IN_LEN_MAX
#define ELEM_CNT_MIN 1
Expand Down

0 comments on commit 0729ef5

Please sign in to comment.