DerpleMQ2 / rgmercs

Lua version of RGMercs Script
10 stars 20 forks source link

Adjust Logger to use io functions to write instead of mqlog #71

Closed grimmier378 closed 1 month ago

DerpleMQ2 commented 1 month ago

Have you tested this with SuperVerbose? I worry that opening and closing the file 100 times a second could cause problems. Should we maybe cache the file handles and close them every 60 seconds or so instead of after each write? Maybe a question from @brainiac