update
This commit is contained in:
@@ -52,7 +52,7 @@ import pg_encoder
|
|||||||
# upper-bound on the number of executed lines, in order to guard against
|
# upper-bound on the number of executed lines, in order to guard against
|
||||||
# infinite loops
|
# infinite loops
|
||||||
# MAX_EXECUTED_LINES = 300
|
# MAX_EXECUTED_LINES = 300
|
||||||
MAX_EXECUTED_LINES = 1000 # on 2016-05-01, I increased the limit from 300 to 1000 for Python due to popular user demand! and I also improved the warning message
|
MAX_EXECUTED_LINES = 5000 # on 2016-05-01, I increased the limit from 300 to 1000 for Python due to popular user demand! and I also improved the warning message
|
||||||
|
|
||||||
# DEBUG = False
|
# DEBUG = False
|
||||||
DEBUG = True
|
DEBUG = True
|
||||||
|
|||||||
Reference in New Issue
Block a user