-
Notifications
You must be signed in to change notification settings - Fork 668
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
[QA] pollintervall from server capabilities is ignored (msec vs sec confusion) #8961
Comments
You set a pill interval of 122ms, everything < 5s will be ignored |
That is bad. The server default was 60, so how should anybody get the Idea, that this is in milliseconds? Server default is:
This value made me assume it is meant in units of seconds. |
|
@TheOneRing pls file a docs issue in the docs-client-desktop repo. |
@jnweiger when the topic of an issue drastically changes from EVERYTHING IS BROKEN to doc is missing please update the title of the issue to something meaning ful |
@jnweiger I waited for the PR to be merged, then implemented the feature identically in the iOS client: owncloud/ios-app#1021 The only difference IIRC is that the iOS client will log a warning for values exceeding 60 seconds, in case someone added too many zeros and wonders why the client seemingly no longer refreshes. |
@mmattel here we go: |
Confirmed: The desktop client currently interprets the value as milliseconds. Please also note, that server 10.8 still sends a default capability of pollinterval:60 and does not document the parameter in the config.sample.php file... |
I think we discussed the issue in length, feel free to open a doc issue with the server. |
Seen in testpilotcloud 2.9.0-beta3 on Linux Mint 20.2
'pollinterval' => 122,
But the client seems to poll every 30 seconds, nevertheless:
Expected behaviour: as per #8777 the server capabilitiy is honored.
The text was updated successfully, but these errors were encountered: