about summary refs log tree commit diff
path: root/src/lmm.h
diff options
context:
space:
mode:
authorPjotr Prins2025-11-27 09:36:16 +0100
committerPjotr Prins2025-11-27 09:36:16 +0100
commitc5da663c56e31d1beb42972665947a5aa5b35cfe (patch)
tree8e837658486730111e410afa434aad4bf742a08b /src/lmm.h
parentcf4f018bd350c8202aef2ee085a2c536097895b4 (diff)
downloadpangemma-c5da663c56e31d1beb42972665947a5aa5b35cfe.tar.gz
Minor tweaks
Diffstat (limited to 'src/lmm.h')
-rw-r--r--src/lmm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lmm.h b/src/lmm.h
index 736c679..596c11b 100644
--- a/src/lmm.h
+++ b/src/lmm.h
@@ -30,7 +30,7 @@
 
 using namespace std;
 
-#define LMM_BATCH_SIZE 20000 // used for batch processing
+#define LMM_BATCH_SIZE 5000 // used for batch processing
 
 class FUNC_PARAM {