only for local dev

This commit is contained in:
Adrian Manteza
2022-03-18 14:31:57 +00:00
parent bd61fb7e81
commit f893754f4c
3 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@ class Target(BaseModel):
@classmethod
def max_drift(cls) -> int:
return 15 # 15% elasticity, let it drift...
return 0
@classmethod
def max_drift_increment(cls) -> int: