Time lag when switching from one window to another

Albert

Member²
Hello!
I have large time lags when swhitching from one window to another
In debug mode I see this:

Code:
00:04:07.686 UpdateConnectionsChildList ConnectionFolders.Count = 464
00:04:07.699 UpdateConnectionsChildList CheckList.Count = 464
00:04:08.670 UpdateConnectionsChildList RemoveList.Count = 0
00:04:08.676 UpdateConnectionsChildList EndUpdate
...
00:04:09.585 UpdateConnectionsChildList ConnectionFolders.Count = 464
00:04:09.597 UpdateConnectionsChildList CheckList.Count = 464
00:04:11.599 UpdateConnectionsChildList RemoveList.Count = 0
00:04:11.617 UpdateConnectionsChildList EndUpdate

I think the cause is a huge recent connection list that PLD saves in a section "[CurrentConnections]" of a file of preferences
 
Yes, Marco. I've tested it. Everything has changed radically. I think necessary to add a parameter to limit a size of the list
 
Last edited:
Back
Top