mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 15:18:20 +00:00
fix the fix (thanks seth)
This commit is contained in:
parent
d984243a77
commit
fe779575d5
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ function data_added(ss: SumStat, key: Key, result: Result)
|
||||||
check_thresholds(ss, key, result, cluster_request_global_view_percent) )
|
check_thresholds(ss, key, result, cluster_request_global_view_percent) )
|
||||||
{
|
{
|
||||||
# kick off intermediate update
|
# kick off intermediate update
|
||||||
event SumStats::cluster_key_intermediate_response(ss$id, copy(key));
|
event SumStats::cluster_key_intermediate_response(ss$id, key);
|
||||||
++recent_global_view_keys[ss$id, key];
|
++recent_global_view_keys[ss$id, key];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue