diff options
| -rw-r--r-- | src/tweetpipe_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tweetpipe_p.h b/src/tweetpipe_p.h index 06fc523..b37f6a4 100644 --- a/src/tweetpipe_p.h +++ b/src/tweetpipe_p.h @@ -24,7 +24,7 @@ #define MIN_BUFFER_SIZE 512 #define MAX_BUFFER_SIZE 0x7fffffff #define DEFAULT_BUFFER_SIZE (1 * 1024 * 1024) -#define PWHASH_OPSLIMIT 1000000 +#define PWHASH_OPSLIMIT 210000 typedef struct Context_ { char * in; |