Merge branch 'fastpath' into topic/bernhard/sqlite

This commit is contained in:
Bernhard Amann 2012-10-09 14:01:48 -07:00
commit 8e960cbee4
4 changed files with 27 additions and 16 deletions

View file

@ -23,7 +23,7 @@ redef Cluster::worker2manager_events += /Notice::cluster_notice/;
@if ( Cluster::local_node_type() != Cluster::MANAGER )
# The notice policy is completely handled by the manager and shouldn't be
# done by workers or proxies to save time for packet processing.
event bro_init() &priority=-11
event bro_init() &priority=11
{
Notice::policy = table();
}