-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The desktop client uses a default poll interval of 30000 msec whenever the capabilities announce something less than 5000. To get in sync with this behaviour, I suggest to also change the value here to 30000. A value of 60 also leads to confusion, as users asume the unit is seconds, which it is not. Suggestion for future: Hardcode the unit in the name of the variable, like. e.g. `pollinterval_msec`
- Loading branch information
1 parent
a0a4064
commit c66be9c
Showing
5 changed files
with
44 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Change: Update the default poll-interval in capabilities | ||
|
||
The default pollinterval advertised in capabilities has been set to | ||
30000 milliseconds. Previously it was 60 milliseconds. | ||
|
||
https://github.com/owncloud/core/pull/39143 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters