Author Topic: Suggest skip file button in batch index function  (Read 5861 times)

0 Members and 1 Guest are viewing this topic.

rexateps

  • Newbie
  • *
  • Posts: 7
Suggest skip file button in batch index function
« on: March 01, 2013, 09:51:11 PM »
When it can't get past this point: 

Indexing file xxx 1017/2173

it would be useful to be able to skip over the file and carry on.

RTT

  • Administrator
  • *****
  • Posts: 907
Re: Suggest skip file button in batch index function
« Reply #1 on: March 02, 2013, 12:17:35 AM »
That stuck situation is usually related to an infinite loop, that results from a bug in the code. What you suggest may be implemented, but the method used to accomplish that will eventually lead to resources not being freed, locked files remaining locked, etc. Not the ideal solution.
I prefer to have users complaining about the problem and, with their help, fix the bug. ;)