Merge remote-tracking branch 'origin/topic/awelzel/smb-unbounded-recent-files-growth'

* origin/topic/awelzel/smb-unbounded-recent-files-growth:
  smb: Fix &read_expire not in effect due to &default=string_set() usage

(cherry picked from commit 5740dbcf20)
This commit is contained in:
Tim Wojtulewicz 2024-01-02 11:13:17 -07:00
parent 9580ae1048
commit 8dedd819f4

View file

@ -157,7 +157,7 @@ export {
## A set of recent files to avoid logging the same
## files over and over in the smb files log.
## This only applies to files seen in a single connection.
recent_files : set[string] &default=string_set() &read_expire=3min;
recent_files : set[string] &default=set() &read_expire=3min;
};
## Everything below here is used internally in the SMB scripts.