10 percent not 15

This commit is contained in:
Joshua Burman 2023-11-20 15:00:30 -05:00
parent ebaf33d38f
commit cce34f51f7

View File

@ -33,7 +33,7 @@ class SolverRun(BaseModel):
drift_style: Literal['constant', 'variable'] = 'constant'
allow_enemies: bool = False
max_attempts: int
max_drift: int = 15
max_drift: int = 10
advanced_options: Optional[AdvancedOptions]
engine: str