Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/dev-time-tx-kill-switch.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The dashboard shows a red banner across every page when the gate is closed, with

DAPPS is alpha-quality software running on shared amateur radio bandwidth. A bug shipped in a release could, in principle, cause a fleet of nodes to flood the air. Most operators won't catch a regression in a release within minutes; they may not even be at the keyboard. The kill-switch lets the project author gag every running node within roughly one minute of detecting a problem, without coordinating with operators individually.

This is a software-development safety net, not a regulatory mechanism, not a moderation tool. It exists so the worst-case "I shipped a bug that hammers 144.800" stays bounded to a few minutes of harm before every node goes silent.
This is a software-development safety net, not a regulatory mechanism, not a moderation tool. It exists so the worst-case "I shipped a bug that hammers 144.950" stays bounded to a few minutes of harm before every node goes silent.

## What you cannot do

Expand Down
2 changes: 1 addition & 1 deletion src/dapps/dapps.core/Models/DbDiscoveryChannel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public sealed class DbDiscoveryChannel
public bool Enabled { get; set; } = true;

/// <summary>Free-form operator notes. Useful for "this is the
/// 144.800 channel, don't beacon faster than once an hour".</summary>
/// 144.950 channel, don't beacon faster than once an hour".</summary>
public string Notes { get; set; } = "";

/// <summary>
Expand Down
Loading