mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 14:08:20 +00:00
Remove FileAnalysis::postpone_timeout.
FileAnalysis::set_timeout_interval can now perform same function.
This commit is contained in:
parent
bc5cd3acc8
commit
16f924c2c0
6 changed files with 7 additions and 43 deletions
|
@ -20,7 +20,7 @@ redef default_file_timeout_interval = 2sec;
|
|||
event file_timeout(f: fa_file)
|
||||
{
|
||||
if ( timeout_cnt < 1 )
|
||||
FileAnalysis::postpone_timeout(f);
|
||||
FileAnalysis::set_timeout_interval(f, f$timeout_interval);
|
||||
else
|
||||
terminate();
|
||||
++timeout_cnt;
|
Loading…
Add table
Add a link
Reference in a new issue