vinifmor / bauh

Graphical user interface for managing your Linux applications. Supports AppImage, Debian and Arch packages (including AUR), Flatpak, Snap and native Web applications
zlib License
959 stars 71 forks source link

Massive amounts of DNS Lookups #234

Closed Tylexon closed 2 years ago

Tylexon commented 2 years ago

I use pihole to monitor my DNS look up and block things, I have seen a massive increase of lookups to flatpak.org and it only happens when bauh is started in the tray. When I say massive amounts I mean 2400 lookups for flatpak.org in a space of 5minutes, maybe it's normal expected behavour ?

Using version bauh 0.9.28 only flatpak is enabled Distro is Pop!_OS 21.10 x86_64 Desktop Gnome 40.5 Kernel 5.15.23

If anymore information is needed I can provide more.

vinifmor commented 2 years ago

Hi @Tylexon. The number of calls are related to the update checking interval that can be changed through the settings window or the directly on the file (default to 30 seconds). But it seems the Flatpak code may be performing some unneeded calls on the tray mode. Thanks for reporting.

vinifmor commented 2 years ago

Duplicate calls have been removed and now the default update checking interval is 30 minutes. These changes have been published to the staging branch.