improved lua plugin performance and status management

This commit is contained in:
Roberto De Ioris
2012-10-07 08:45:50 +02:00
parent 1651e3b0ef
commit 6b32ac086e
3 changed files with 39 additions and 64 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import os,sys
try:
LUALIB = os.environ['UWSGICONFIG_LUALIB']
except:
LUALIB = 'lua'
LUALIB = 'lua5.1'
try:
LUAINC = os.environ['UWSGICONFIG_LUAINC']