Comment 1 for bug 711068

Revision history for this message
Andrew Hutchings (linuxjedi) wrote :

I assume by "gpb message size" you mean transaction-message-threshold? If so, here is the thing, that variable is a session level variable but you are outputting data from a global scope. So do we use the session level variable or the global level? Both could truncate messages based on user settings.