On Fri, Jul 26, 2013 at 6:00 PM, Haszlakiewicz, Eric <[email protected]> wrote: > I'm trying to come up with a situation where it shouldn't return all the > available data, but I'm having trouble thinking of one.
I think just that in the normal case, when text is appended to the log one line at a time, we do not want to show a half-printed line just because of a race condition. Perhaps LargeText could detect that, say, more than one second has elapsed since the last character (which is not a newline) was recorded, and in this case go ahead and send the partial line. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
