Conversation
|
|
||
| private: | ||
| // for switching between absolute and relative bw limiting | ||
| QTimer _switchingTimer; |
There was a problem hiding this comment.
if we are going to trust the comment, this timer should possibly be removed also
a6f583a to
44c6a20
Compare
|
After:
Issue: |
|
cfg file written correct now
|
e1fd5f9 to
a2688b2
Compare
Signed-off-by: Rello <Rello@users.noreply.github.com>
Signed-off-by: Rello <Rello@users.noreply.github.com>
a2688b2 to
93295bc
Compare
|
Artifact containing the AppImage: nextcloud-appimage-pr-9400.zip Digest: To test this change/fix you can download the above artifact file, unzip it, and run it. Please make sure to quit your existing Nextcloud app and backup your data. |
|






Motivation
AutoLimitandLegacyGlobalLimit) are normalized toNoLimitduring load and when applied so upgrades don't reintroduce throttling.Description
BandwidthManagerand simplify its interface/state to handle only absolute upload/download limits (changes insrc/libsync/bandwidthmanager.cppandsrc/libsync/bandwidthmanager.h).AutoLimit/LegacyGlobalLimittoNoLimitin setters (changes insrc/gui/accountmanager.cpp,src/libsync/account.cpp,src/libsync/account.h).loadBWLimitSettings()/saveBWLimitSettings()to only exposeManualLimitandNoLimit(changes insrc/gui/networksettings.cppandsrc/gui/networksettings.ui).Folder::setDirtyNetworkLimits()(change insrc/gui/folder.cpp).Testing
Codex Task