Skip to content

Commit

Permalink
Merge pull request #664 from FreeTAKTeam/661-emergencies-not-shared
Browse files Browse the repository at this point in the history
Update EmergencyRadius default value to 0
  • Loading branch information
naman108 committed Dec 31, 2023
2 parents 4472d29 + 8fb71c6 commit 0b4f5cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FreeTAKServer/core/configuration/MainConfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ class MainConfig:
"yaml_path": {"default": f"{PERSISTENCE_PATH}/FTSConfig.yaml", "type": str},
"ip": {"default": _ip, "type": str},
# radius of emergency within-which users will receive it
"EmergencyRadius": {"default": 10, "type": int},
"EmergencyRadius": {"default": 0, "type": int},
# set the persistence path
"persistencePath": {"default": PERSISTENCE_PATH, "type": str}
}
Expand Down

0 comments on commit 0b4f5cf

Please sign in to comment.