n00mkrad / flowframes

Flowframes Windows GUI for video interpolation using DAIN (NCNN) or RIFE (CUDA/NCNN)
GNU General Public License v3.0
1.53k stars 117 forks source link

Keep only 10 lines for in memory session logs #296

Open raduct opened 10 months ago

raduct commented 10 months ago

The in-memory logs are getting very big for long processing sessions with big impact on performance. The speed is halved after few hours. So, keep only 10 lines for in-memory session logs, without impact on functionality.

raduct commented 3 months ago

You are right. The error was introduced by a subsequent merge. I've committed a fix.

raduct commented 3 months ago

My pull request is from 7 months ago and was ignored. I don't intend to update it if isn't merged. You may take a look at the 3D branch in my repository for further development. 3D

n00mkrad commented 2 months ago

Sorry for ignoring. I implemented this with some minor differences (upped the limit to 100).