-
Notifications
You must be signed in to change notification settings - Fork 32
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
How to configure pollinterval capability to control desktop and iOS app #109
Comments
@michaelstingl Q: as this adresses an addon in the admin section of core, this means there must be a config option to be set in core which is then delivered via the capabilities to the requestor. Can you please clarify this new core config option? |
I only see it's exposed via |
hmmm, my points around this are the following:
After looking into config.sample and the occ commands, I have not identified any options to be set or occ command to be used to change the polling interval values - but I may be wrong. To proceed here, details are necessary which I do not have. Therefore my request for clarification. I am adding @dragotin, maybe he knows more or can initiate a change in core. |
yes, this seems to work |
|
This feature was done in owncloud/client#8777 and I apologize to not bring it up here properly, even though people asked me to. There is no admin UI for that. It can only be adjusted by editing the Example: If that is set to 45000 it takes up to 45 seconds until the client "sees" a change on the server and syncs that to the client. In cases where there is little sharing (ie. in typical private photo clouds or so) that does not have a big impact. We changed the unit from seconds to milliseconds to make sure the client does not pick up a value from old servers which was 60 IIRC. So now the value has to be given in milliseconds, and everything below 5000 is ignored. |
I have documented by:
Is another descriptive section needed for this somewhere in the admin docs? Or? |
Btw, the desktop and ios is mentioned, what about android? Is it implemented there? |
Polling interval is not developed in Android yet. |
The Docs need the info when the clients get the new value - immediatly? at the next request? at login? after reboot of a client system? |
The server provides the value whenever it is asked. The docs of each client would need to be enhanced to say when the client checks/rechecks that capability (or, for example, on Android add documentation to say that the setting is ignored) |
In 10.10.0 rc2 the capabilities say pollinterval 30000 |
WHAT Needs to be Documented?
How to configure pollinterval capability
WHERE Does This Need To Be Documented (Link)?
https://doc.owncloud.com/server/admin_manual/
WHY Should This Change Be Made?
It's currently not documented
(Optional) What Type Of Content Change Is This?
(Optional) Which Manual Does This Relate To?
Related:
The text was updated successfully, but these errors were encountered: