Servers updating and ping detection fixes.

On servers updating when all data successfully gathered we're now
properly updating rows in Servers and Favorites lists.

Increased "simultaneous ping limit" for now, but anyway it provides
too bad results. Need to find a way to fix it.
This commit is contained in:
2016-10-06 17:11:36 +05:00
parent 9ce4ad8945
commit 2efd47c301
3 changed files with 44 additions and 42 deletions

View File

@@ -19,6 +19,8 @@ import (
type Server struct {
Server *datamodels.Server
TreeIter gtk.TreeIter
IterSet bool
AllServersIter *gtk.TreeIter
FavServersIter *gtk.TreeIter
AllServersIterSet bool
FavServersIterSet bool
}