Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make use of the Capability pollInterval #8780

Closed
dragotin opened this issue Jun 24, 2021 · 2 comments · Fixed by #8777
Closed

Make use of the Capability pollInterval #8780

dragotin opened this issue Jun 24, 2021 · 2 comments · Fixed by #8777
Milestone

Comments

@dragotin
Copy link
Contributor

The server capability contains an entry called pollInterval since ages. It is just not read by the clients yet.

It could be used to steer the clients poll interval, ie. the interval how often a client checks for changes on the server. Admins could just set the value to a different than the default of 30 seconds to manage their resources.

Note: The upload of data from the client is not affected by this poll interval at all, it is always starting right after the local change happened.

Expected Behaviour:

  • As an admin I can set the remote poll interval of clients different from the default of 30 seconds.
  • As a user on the desktop I still can overwrite that value in my local config.
  • As ownCloud we do not want to change the default behaviour.
@dragotin
Copy link
Contributor Author

See #8777 for a patch implementing that.

@github-actions
Copy link

This issue was marked stale because it has been open for 30 days with no activity. Remove the stale label or comment or this will be closed in 7 days.

@github-actions github-actions bot added the Stale label Jul 25, 2021
@TheOneRing TheOneRing removed the Stale label Jul 27, 2021
@TheOneRing TheOneRing modified the milestones: 2.10.0, 2.9.0 Jul 27, 2021
@TheOneRing TheOneRing linked a pull request Aug 5, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants