My team and I require that detections are reported in (somewhat) realtime.
Fastdet's current behavior is to buffer around 4096 characters before actually writing to the toad file.
This PR forces a flush of the file buffer after every line produced by fastdet.
Hi Again,
My team and I require that detections are reported in (somewhat) realtime. Fastdet's current behavior is to buffer around 4096 characters before actually writing to the toad file.
This PR forces a flush of the file buffer after every line produced by fastdet.