aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--luaconf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/luaconf.h b/luaconf.h
index 2057173d..bc707b28 100644
--- a/luaconf.h
+++ b/luaconf.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: luaconf.h,v 1.95 2008/01/17 16:24:38 roberto Exp roberto $ 2** $Id: luaconf.h,v 1.96 2008/02/11 19:17:19 roberto Exp roberto $
3** Configuration file for Lua 3** Configuration file for Lua
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -304,7 +304,7 @@
304** mean larger pauses which mean slower collection.) You can also change 304** mean larger pauses which mean slower collection.) You can also change
305** this value dynamically. 305** this value dynamically.
306*/ 306*/
307#define LUAI_GCPAUSE 200 /* 200% (wait memory to double before next GC) */ 307#define LUAI_GCPAUSE 162 /* 162% (wait memory to double before next GC) */
308 308
309 309
310/* 310/*