Skip to content

Commit

Permalink
refactor: 도보 속도 계수 조정
Browse files Browse the repository at this point in the history
  • Loading branch information
tsulocalize committed Dec 6, 2024
1 parent bdbb93b commit 5f36326
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ public class SubwayStation {

private static final int METER_PER_DEGREE = 111_320;
// meter per second * minute unit * decreasing speed on open street
private static final double AVERAGE_WALKING_SPEED = 1.3 * 60 * 0.4;
private static final double AVERAGE_WALKING_SPEED = 1.3 * 60 * 0.7;

private final Integer id;
private final String name;
Expand Down

0 comments on commit 5f36326

Please sign in to comment.