Skip to content

Commit 781d0c5

Browse files
authored
Merge pull request #1968 from b14ckyy/patch-1
Update default WP Radius to prepare for autoland
2 parents cb9a6d6 + ba93673 commit 781d0c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/defaults_dialog.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ helper.defaultsDialog = (function () {
579579
},
580580
{
581581
key: "nav_wp_radius",
582-
value: 5000
582+
value: 800
583583
},
584584
{
585585
key: "nav_wp_max_safe_distance",
@@ -788,7 +788,7 @@ helper.defaultsDialog = (function () {
788788
},
789789
{
790790
key: "nav_wp_radius",
791-
value: 5000
791+
value: 1000
792792
},
793793
{
794794
key: "nav_wp_max_safe_distance",

0 commit comments

Comments
 (0)