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

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,
env={
drop=30,lock=60,
freshLimit=10,
freshLimit=5,
task=function(P)
while true do
YIELD()

View File

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