Comment 8 for bug 1768022

Revision history for this message
Jason Boyer (jboyer) wrote :

Ok. My confusion came from the fact that across every perl module there are only 5 references to max_bundle_size and they're all only in $client->can() calls so I made an assumption. Had I just searched for max_bundle_ I'd have noticed that sooner. :) In any case, it didn't have any visible effect either. Looking at the JS, it looks like fielder is involved so I'm not sure that method is involved or when it's called. I do see 20 calls to a fielder drone (there are more than 20 holds).

Here's something fun: for each hold an sql query is run that takes 1.4 seconds to plan and 13ms to run.

https://pastebin.com/gMYrDxKq shows the details and timing from our dev server.