Just been debugging Keystone email and I discovered its using fs.statSync?
I've always been discouraged to use synchronous api's in a node process like a webserver. This request will block the server, so I'm just wondering whats the reason for this package to use fs.statSync?
Hey,
Just been debugging Keystone email and I discovered its using fs.statSync?
I've always been discouraged to use synchronous api's in a node process like a webserver. This request will block the server, so I'm just wondering whats the reason for this package to use fs.statSync?