diff options
Diffstat (limited to 'lgc.h')
-rw-r--r-- | lgc.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.) */ |