减少生存模式最高两个难度的锁延刷新次数

This commit is contained in:
MrZ626
2021-05-14 20:40:13 +08:00
parent 9b0c859593
commit 78b1dcc949
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ return{
color=COLOR.magenta, color=COLOR.magenta,
env={ env={
drop=30,lock=60, drop=30,lock=60,
freshLimit=10, freshLimit=5,
task=function(P) task=function(P)
while true do while true do
YIELD() YIELD()

View File

@@ -2,7 +2,7 @@ return{
color=COLOR.red, color=COLOR.red,
env={ env={
drop=30,lock=60, drop=30,lock=60,
freshLimit=10, freshLimit=5,
task=function(P) task=function(P)
while true do while true do
YIELD() YIELD()