Skip to content

Commit

Permalink
葛朗台默认缓冲时间改为30秒
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhaoZuohong committed Sep 28, 2023
1 parent 7afb608 commit bb16ab9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arknights_mower/templates/conf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,4 +210,4 @@ sss:
copilot: ''
run_order_grandet_mode:
enable: true
buffer_time: 15
buffer_time: 30
2 changes: 1 addition & 1 deletion arknights_mower/utils/plan.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class PlanConfig(object):
# run_order_buffer_time:
# > 0 时是葛朗台跑单
# <= 0 时是无人机跑单
def __init__(self, rest_in_full, exhaust_require, resting_priority, ling_xi=0, workaholic="", max_resting_count=4,free_blacklist="",read_mood =True,skip_validation=False, run_order_buffer_time = 15,resting_threshold = 0.5):
def __init__(self, rest_in_full, exhaust_require, resting_priority, ling_xi=0, workaholic="", max_resting_count=4,free_blacklist="",read_mood =True,skip_validation=False, run_order_buffer_time = 30,resting_threshold = 0.5):
self.rest_in_full = to_list(rest_in_full)
self.exhaust_require = to_list(exhaust_require)
self.workaholic = to_list(workaholic)
Expand Down

0 comments on commit bb16ab9

Please sign in to comment.