-
Notifications
You must be signed in to change notification settings - Fork 684
Poll interval from capabilities #8777
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
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
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Enhancement: Consider a remote poll interval coming with the server capabilities | ||
|
||
This way, admins can configure the remote sync poll interval of clients through | ||
the capabilities settings of the server. Note that the setting in the server | ||
capabilities needs to be done in milliseconds. Default is 30 seconds. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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
Either there is some math magic behind in desktop, or the changelog text needs to be revised. There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 commentThe 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. |
||
|
||
https://github.com/owncloud/client/issues/5947 | ||
https://github.com/owncloud/client/issues/8780 | ||
https://github.com/owncloud/client/pull/8777 |
Uh oh!
There was an error while loading. Please reload this page.