Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Poll interval from capabilities #8777
Poll interval from capabilities #8777
Changes from all commits
f4fc7a3
77d5b34
38e791a
9afcfae
6f8293e
2485832
3d2a7fa
07a5c20
514ac92
875c1c6
52801cc
b8e7034
0022b98
ccf268c
9ef3328
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
According to the current implementation in core, see https://github.com/owncloud/core/blob/eebd754771a99bc44820eb67a6d57cea238e6b86/lib/private/OCS/CoreCapabilities.php#L54
the default setting is 60, see code below
Either there is some math magic behind in desktop, or the changelog text needs to be revised.
@jnweiger @TheOneRing @michaelstingl
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see the problem. Please elaborate.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To make the text more clear I propose the following:
Note, the default client value is 30 seconds, if there is no change in the server sided default polling interval settings of 60 seconds. Any change on the server sided config polling interval setting, which must be made in milliseconds and has a higher value than 5000, is treated as a new client polling interval value.