floccus icon indicating copy to clipboard operation
floccus copied to clipboard

sync tabs when browser start

Open candrapersada opened this issue 4 years ago • 13 comments

how to revert local changes and pull upstream remote changes at browser startup and Always revert upstream remote changes and push local changes every x minutes automatically for browser tabs?

candrapersada avatar Mar 10 '21 20:03 candrapersada

Hi @candrapersada! This issue is being automatically closed because it does not follow the issue template.

github-actions[bot] avatar Mar 10 '21 20:03 github-actions[bot]

Hi @candrapersada! This issue is being automatically closed because it does not follow the issue template.

github-actions[bot] avatar Mar 10 '21 20:03 github-actions[bot]

@candrapersada Currently you'll have to manually pull upon opening the browser and set the sync strategy to push.

marcelklehr avatar Mar 10 '21 20:03 marcelklehr

what I mean is to use sync strategy automatically

candrapersada avatar Mar 10 '21 20:03 candrapersada

I could add an option to only sync on browser start. Then you could have one account that regularly pushes and one that pulls once on startup.

marcelklehr avatar Mar 10 '21 21:03 marcelklehr

and i want to ask if the pull and push time can be adjusted so that there is no problem like tabs I have recently closed reappear through the sync quite often

candrapersada avatar Mar 12 '21 09:03 candrapersada

If you're talking about the sync frequency, you can definitely adjust that.

marcelklehr avatar Mar 12 '21 10:03 marcelklehr

The time between two synchronizations runs in a few minutes. The default is 15 minutes. when the browser starts sync runs itself before 15 minutes for example when I start the browser after 1 day close the sync starts immediately before 15 minutes why this happens? image

candrapersada avatar Mar 13 '21 23:03 candrapersada

before 15 minutes why this happens?

This happens because the 15 minutes are calculated as the difference between current time and last sync time. If you haven't had the browser open for more than a day, that's more than 15min.

marcelklehr avatar Jul 14 '21 11:07 marcelklehr

Fixed by aca81a5065f80f6e38e1730fe469d125552eb790 -- now it will sync automatically within 7s of opening the browser.

marcelklehr avatar Jul 14 '21 11:07 marcelklehr

why until now there is still no feature pull sync once when starting browser and push sync every 15 minutes or auto disable sync when starting browser floccus 4.11.0.1 based Chromium

candrapersada avatar Mar 12 '22 00:03 candrapersada