Pavel Sanda <[email protected]> writes: > [email protected] wrote: >> Author: lasgouttes >> Date: Thu Jan 7 16:47:58 2010 >> New Revision: 32834 >> URL: http://www.lyx.org/trac/changeset/32834 >> >> + // an arbitrary number to limit number of iterations >> + const int max_iter = 1000; > > returning back to the old discussion, i think 1000 insets are not much. > what about increase this bound? going to 10000 takes 10s on my box.
Yes, I can do that. I'd rather have a nice cancel button, of course... JMarc
