卫戍协议加入base_scheduler
This commit is contained in:
parent
2b3c19a2d4
commit
31ebdbf7b5
7 changed files with 32 additions and 13 deletions
|
@ -426,6 +426,10 @@ class Conf(
|
|||
def SF(self):
|
||||
return self.maa_rg_enable == 1 and self.maa_long_task_type == "sf"
|
||||
|
||||
@property
|
||||
def SP(self):
|
||||
return self.maa_rg_enable == 1 and self.maa_long_task_type == "sp"
|
||||
|
||||
@property
|
||||
def run_order_buffer_time(self):
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue