nuchiyama

Results 3 comments of nuchiyama

I got same one when spinning while writing hundreds of lines per second. Is there any workaround?

Hi, my configuration is `{ interval : '1m', maxFiles : 3 }`. My program use cluster module ( 1child process ), the data that write to file get 1000 data...

Thank you for reply. I got same error. My source code summary: ``` import df from 'dateformat'; import rfs from 'rotating-file-stream'; if ( cluster.isPrimary ) { cluster.fork(); } else {...