diff --git a/app/models/target.py b/app/models/target.py index 43bfecb..56a3a1f 100644 --- a/app/models/target.py +++ b/app/models/target.py @@ -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):