![]() |
|
Total time for a Rescan - Printable Version +- MinimServer Forum (https://forum.minimserver.com) +-- Forum: MinimServer (/forumdisplay.php?fid=1) +--- Forum: General (/forumdisplay.php?fid=2) +--- Thread: Total time for a Rescan (/showthread.php?tid=7748) |
Total time for a Rescan - Dustcap - 02-03-2026 11:25 Where can I find the total time for a Rescan? It's not in the log file. RE: Total time for a Rescan - simoncn - 02-03-2026 18:58 If you set the .logPrefix property to milliTime, each log entry is timestamped. After a rescan, you should see log entries like this: hh:mm:ss.ttt starting MinimServer[MyComputer] hh:mm:ss.ttt Library contains 123456 audio files in 7890 folders hh:mm:ss.ttt MinimServer[MyComputer] is running The rescan time is the difference between the first and last entries. RE: Total time for a Rescan - Dustcap - 02-03-2026 19:59 Thanks! I'll try using time instead of milliTime. RE: Total time for a Rescan - simoncn - 02-03-2026 21:13 Using time is fine if you only need the time to the nearest second. |