nextcloud / nextcloud/text

Only timeout if tab is hidden, reconnect when it becomes visible again

Open
#1,715 5 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

1. to develop enhancement feature: sync high performance 🚀
Dominant language
JavaScript
Stars
659
Forks
133
Avg merge
1d 20h
Merged PRs (30d)
110

Description

Hi,
we use a simple shared text file as a status board (who is in which room right now, who is on vaccation, what is going on etc.),
so everyone read+writes it during the day.

The 30 minute idle timeout is really annoying (see #1027). Also, because it hits often while writing in the text file.

Is there a way to adjust the timeout, or generally increase it to 10 hours?

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by tracing the editor's 30-minute idle timeout and the tab visibility or reconnection entry points; the issue does not name specific files or tests. Clarify whether completion means making the timeout configurable, extending it, or reconnecting when the tab becomes visible, then verify the chosen behavior during editing and after a hidden-to-visible transition.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
frontend
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.