petter2025 commited on
Commit
19d2111
·
verified ·
1 Parent(s): 2a0a30c

Update healing_policies.py

Browse files
Files changed (1) hide show
  1. healing_policies.py +1 -1
healing_policies.py CHANGED
@@ -84,7 +84,7 @@ class PolicyEngine:
84
  def __init__(
85
  self,
86
  policies: Optional[List[HealingPolicy]] = None,
87
- max_cooldown_history: int = 10000,
88
  max_execution_history: int = 1000
89
  ):
90
  """
 
84
  def __init__(
85
  self,
86
  policies: Optional[List[HealingPolicy]] = None,
87
+ max_cooldown_history: int = 100,
88
  max_execution_history: int = 1000
89
  ):
90
  """