client: Poll legacy CoreInfo when dialog is open
authorShane Synan <digitalcircuit36939@gmail.com>
Mon, 18 Jun 2018 21:13:36 +0000 (16:13 -0500)
committerManuel Nickschas <sputnick@quassel-irc.org>
Tue, 19 Jun 2018 00:02:15 +0000 (02:02 +0200)
On legacy cores (lacking SyncedCoreInfo), when CoreInfoDlg is open,
every 15 seconds resynchronize CoreInfo object to update the
"Connected Clients" count.  This matches expectations set by the
counting uptime clock, and shouldn't be a significant data impact as
info is only polled while the dialog is open.

Modern cores (with SyncedCoreInfo) will not poll, using signals to
update immediately as before.


No differences found