Skip to content

Commit

Permalink
Strengthen proximity policy to 30km
Browse files Browse the repository at this point in the history
According to WCRP 5.3 release at thewca/wca-documents#435
  • Loading branch information
gregorbg committed Dec 29, 2024
1 parent fa35749 commit 18e3a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/competition.rb
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ def has_administrative_notes?
end

NEARBY_DISTANCE_KM_WARNING = 250
NEARBY_DISTANCE_KM_DANGER = 10
NEARBY_DISTANCE_KM_DANGER = 30
NEARBY_DISTANCE_KM_INFO = 100
NEARBY_DAYS_WARNING = 180
NEARBY_DAYS_DANGER = 5
Expand Down

0 comments on commit 18e3a1f

Please sign in to comment.