You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 3, 2024. It is now read-only.
The android app uses alot of cpu for no apperant reason. Sometimes I find my battery drained %30 in less than 10 minutes by the Sycnthing app and I can see that the syncthing.so runs and uses alot of cpu for no apperant reason (even when there should not be any updates from other clients or from a non existing file update). Also the Battery app shows that most of the battery was used by the ST app.
So the solution could be this. It would be nice to have the synthing app running in the bg but the user should be able to control a stop and start process of the Syncthing binary. That way the binary is paused (or something like that) and check for files modifications etc. it does it only when the suer asks for it.
Hi
The android app uses alot of cpu for no apperant reason. Sometimes I find my battery drained %30 in less than 10 minutes by the Sycnthing app and I can see that the syncthing.so runs and uses alot of cpu for no apperant reason (even when there should not be any updates from other clients or from a non existing file update). Also the Battery app shows that most of the battery was used by the ST app.
So the solution could be this. It would be nice to have the synthing app running in the bg but the user should be able to control a stop and start process of the Syncthing binary. That way the binary is paused (or something like that) and check for files modifications etc. it does it only when the suer asks for it.
@Nutomic
added a fix f383393
" Added functionality to manually stop sync (fixes #131).
This functionality can not be used together with wifi/charging settings.
By default, this is set so that syncthing is only active when requested,
and can be stopped by the user."
However I am not seeing this functionality anywhere on the ui.