every.channel: sanitized baseline
This commit is contained in:
commit
897e556bea
258 changed files with 74298 additions and 0 deletions
|
|
@ -0,0 +1,17 @@
|
|||
# ECP-0051: Direct Publish Answer Timeout Control
|
||||
|
||||
## Why
|
||||
|
||||
`ec-node direct-publish` is used for "send a link to someone and have them connect later".
|
||||
A hard-coded short answer timeout makes this brittle and fails the "works for mom" usability bar.
|
||||
|
||||
## Decision
|
||||
|
||||
- Add `--answer-timeout-secs` to `ec-node direct-publish`.
|
||||
- Default: 900 seconds (15 minutes).
|
||||
- `0` means wait indefinitely.
|
||||
|
||||
## Reversibility
|
||||
|
||||
High. CLI-only behavior change.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue