aboutsummaryrefslogtreecommitdiff
path: root/lgc.h
diff options
context:
space:
mode:
Diffstat (limited to 'lgc.h')
-rw-r--r--lgc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lgc.h b/lgc.h
index b4c4f234..5e474114 100644
--- a/lgc.h
+++ b/lgc.h
@@ -183,7 +183,7 @@
183/* incremental */ 183/* incremental */
184 184
185/* Number of objects must be LUAI_GCPAUSE% before starting new cycle */ 185/* Number of objects must be LUAI_GCPAUSE% before starting new cycle */
186#define LUAI_GCPAUSE 300 186#define LUAI_GCPAUSE 200
187 187
188/* Step multiplier. (Roughly, the collector handles LUAI_GCMUL% objects 188/* Step multiplier. (Roughly, the collector handles LUAI_GCMUL% objects
189 for each new allocated object.) */ 189 for each new allocated object.) */