Skip to content

Commit

Permalink
Update GeneratorManager.php
Browse files Browse the repository at this point in the history
  • Loading branch information
VennDev authored Aug 20, 2024
1 parent eb2fdd3 commit 24c1e34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vennv/vapm/GeneratorManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ final class GeneratorManager implements GeneratorManagerInterface

public static function calculateSeconds(int $milliseconds): int
{
return ($milliseconds * 1000) + ($milliseconds * 550);
return $milliseconds * 2000;
}

}
}

0 comments on commit 24c1e34

Please sign in to comment.