aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/tweetpipe_p.h2
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;