Reply to thread

SQLiteClient has a timeout of 5 seconds. WHen exceeded it aborts processing and just returns data found so far.

For long running queries especially on larger Music Databases, this returns wrong results.


Changing the value from currenbtly -5 to -15 solves the problem, without any side effect.

see also: https://forum.team-mediaportal.com/mediaportal-releases-315/sqlite-query-timeout-79481/ [^]


http://mantis.team-mediaportal.com/view.php?id=2800


Open the issue in Mantis...


Top Bottom