Make the status-poll cadence configurable #7
Labels
No labels
bug
docs
enhancement
good first issue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
pedromcaraujo/forge#7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The channel status poll interval is hardcoded to 8s at
web/index.html:1269(setInterval(refreshStatus, 8000)).For deployments with many channels, each poll capture-panes every session, so the cadence should be tunable via a
myServices.forgeoption (default 8s).