MantisBT - Doomseeker
View Issue Details
0001146Doomseeker[All Projects] Bugpublic2012-10-25 20:072018-09-29 14:48
Zalewa 
Zalewa 
normalminorhave not tried
closedfixed 
0.9 Beta 
0.10 Beta0.10 Beta 
0001146: Custom servers increase delay in program startup.
6 custom servers increase the delay in startup by 5 seconds. This is unacceptable.
The exact reason for this error remains unknown, but the call that does this is in MainWindow constructor. The exact line is:
// Init custom servers
masterManager->customServs()->readConfig(serverTableHandler, SLOT(serverUpdated(Server *, int)), 
SLOT(serverBegunRefreshing(Server *)) );
No tags attached.
Issue History
2012-10-25 20:07ZalewaNew Issue
2012-10-25 20:07ZalewaStatusnew => assigned
2012-10-25 20:07ZalewaAssigned To => Zalewa
2012-10-27 14:14ZalewaNote Added: 0005230
2012-10-27 14:14ZalewaStatusassigned => resolved
2012-10-27 14:14ZalewaFixed in Version => 0.10 Beta
2012-10-27 14:14ZalewaResolutionopen => fixed
2018-09-29 14:48WubTheCaptainStatusresolved => closed

Notes
(0005230)
Zalewa   
2012-10-27 14:14   
Fixed in changeset 863 (8dcf5301ea4b):
Doomseeker tried to reverse resolve host names for custom servers which were defined by IP addresses. This caused several seconds delay for addresses which couldn't be resolved (LAN addresses, for example).