diff options
Diffstat (limited to 'src/param.h')
-rw-r--r-- | src/param.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/param.h b/src/param.h index efea99a..4b473c0 100644 --- a/src/param.h +++ b/src/param.h @@ -26,7 +26,7 @@ #include <set> #include <vector> -#define K_BATCH_SIZE 1000 // #snps used for batched K +#define K_BATCH_SIZE 10000 // #snps used for batched K #define DEFAULT_PACE 1000 using namespace std; |