try to increase to 15%

This commit is contained in:
Adrian Manteza 2022-03-11 15:25:17 +00:00
parent e1176365f3
commit ef04373bd4

View File

@ -9,7 +9,7 @@ class Target(BaseModel):
@classmethod
def max_drift(cls):
return 10 # 10% elasticity
return 15 # 10% elasticity
@classmethod
def max_drift_increment(cls):