kozec / syncthing-gtk

GTK3 & python based GUI for Syncthing
GNU General Public License v2.0
1.29k stars 140 forks source link

Synchronization progress indicator gap between GTK and WebUI #526

Open TechupBusiness opened 4 years ago

TechupBusiness commented 4 years ago

The synchronization status of Remote Devices has a huge gap between GTK and WebUI. While WebUI was showing 3% progress, GTK was showing 49%. Later the difference was getting smaller: 85% (WebUI) vs 98% (GTK) - or see the following screenshot.

image

Why does this happen? Is it a bug?

Syncthing: v1.2.1 System: Ubuntu 18.04

kozec commented 4 years ago

That was most likely caused by webui updating at different time.

TechupBusiness commented 4 years ago

No, I refreshed the Web UI to check. Hm.