Page 1 of 1

Log4Om 1.31.1 Hotfix released

Posted: 29 Jan 2018, 13:42
by IW3HMH
This morning we have released Log4Om 1.31.1 as hotfix for the slow loading time experienced by some users.
We apologize for the issue, not caught during beta testing.

For geeks the issue was generated by a collection sort() put in the collection add() procedure of the gridsquares. On load all QSO passes through many functions that builds statistics for the application. A sort in this function will be invoked once for each QSO examined, producing unwanted (and unnecessary) calculations.