logdna / ruby

Ruby library for logging to LogDNA
MIT License
17 stars 20 forks source link

Put flush method call into separate threads #31

Closed vilyapilya closed 4 years ago

vilyapilya commented 4 years ago

-all flush calls are put to their own threads

I tried to compare performance of my test rails application with the master branch and these changes. I did not see any changes in the time lapse before the log was send and after but the server itself was starting and ending quicker.`