mirror of
https://github.com/elua/elua.git
synced 2025-01-25 01:02:54 +08:00
Fix latter part of comment (yes, this is the 3rd commit for a single line
change).
This commit is contained in:
parent
957d589904
commit
1e9c8fd50c
@ -313,7 +313,7 @@
|
||||
** mean larger pauses which mean slower collection.) You can also change
|
||||
** this value dynamically.
|
||||
*/
|
||||
#define LUAI_GCPAUSE 110 /* 110% (wait memory to double before next GC) */
|
||||
#define LUAI_GCPAUSE 110 /* 110% (wait memory to grow 10% before next gc) */
|
||||
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user