a-blog/node_modules/graceful-fs
derzombiiie 92b5eeb2ef Comment system added
comment author = ip
comment author info = origin of ip
ip addr is jank ( uses php public server for ip get)
fuck apache reverse proxy ip change thigy thing

comment command

started config stuff
started planning logging system
2021-08-10 02:00:03 +02:00
..
test Comment system added 2021-08-10 02:00:03 +02:00
.npmignore Comment system added 2021-08-10 02:00:03 +02:00
LICENSE Comment system added 2021-08-10 02:00:03 +02:00
README.md Comment system added 2021-08-10 02:00:03 +02:00
graceful-fs.js Comment system added 2021-08-10 02:00:03 +02:00
package.json Comment system added 2021-08-10 02:00:03 +02:00

README.md

Just like node's fs module, but it does an incremental back-off when EMFILE is encountered.

Useful in asynchronous situations where one needs to try to open lots and lots of files.