nextcloud / nextcloud/desktop

Alow `remotePollInterval` option to be set server side

Open
#6,403 0 comments 2 reactions 0 assignees View on GitHub
0. Needs triage feature: :cloud: GUI
Dominant language
C++
Stars
3.9k
Forks
1k
Avg merge
1d 21h
Merged PRs (30d)
127

Description

### How to use GitHub

* Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you want to have the same feature implemented.
* Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
* Subscribe to receive notifications on status change and new comments.

### Feature description

https://docs.nextcloud.com/desktop/latest/advancedusage.html#configuration-file

`remotePollInterval` is a very important setting when dealing with high server density (many users and many files/folders).
Being able to set it in the server `config.php` file (like `remote_poll_interval = > 1632477`) would be a very good adition for server admins to spread that value to **all** clients.

Logic:

1. Try the remote server value `remote_poll_interval`,
2. If unset or null, fallback to any locally configured (or default) value.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.