#608: broctl print times out if the table is too big

#608: broctl print times out if the table is too big
----------------------+------------------------
  Reporter: aashish | Owner:
      Type: Problem | Status: new
  Priority: Normal | Milestone: Bro2.0
Component: Bro | Version: git/master
Resolution: | Keywords:
----------------------+------------------------

Comment (by seth):

That's a different timeout.

Right! That is another timeout which has been bothering a bit.

My point is while you guys are looking at the timeout, might as well
look at this one too.

taking so long to shutdown. What are you finding that Bro is spending so
much time doing in the bro_done event?

In catch-and-release, bro tries to restore all the dropped addresses
which are in Drop::drop_info table back on the acl before shutting down.
This can take a few mins when table size is ~5-10K

Aashish