From c624cad9139b1647cbb74b220b1dafcd9b0be9c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20N=C3=BCcke?= Date: Fri, 12 Jun 2015 00:00:37 +0200 Subject: [PATCH] Enable Lua 5.3 by default. --- src/main/resources/application.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.conf b/src/main/resources/application.conf index fe45447c6..bfcd52137 100644 --- a/src/main/resources/application.conf +++ b/src/main/resources/application.conf @@ -208,7 +208,7 @@ opencomputers { # can reconfigure any CPU to use the Lua 5.3 architecture. This is # not enabled by default for the time being, because it needs some # more stability testing. - enableLua53: false + enableLua53: true # The sizes of the six levels of RAM, in kilobytes. This list must # contain exactly six entries, or it will be ignored. Note that while