Skip to content

Commit

Permalink
Update EmergencyRadius default value to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
naman108 committed Dec 29, 2023
1 parent 1517fa9 commit 8fb71c6
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 8fb71c6

Please sign in to comment.