减少生存模式最高两个难度的锁延刷新次数
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user