stefanwerfling / flyingfish

FlyingFish is a reverse proxy manager with own WebUI, DNS server, SSH server, DynDNS, UPNP support, Lets Encrypt and much more.
https://flying-fish.gitbook.io/
GNU General Public License v3.0
45 stars 6 forks source link

Fix sync file accesses #19

Closed stefanwerfling closed 1 year ago

stefanwerfling commented 1 year ago

Many sync file accesses are currently being performed. These can block the main process of NodeJS. It should be changed so that this is also implemented with "Promise".

stefanwerfling commented 1 year ago

finish.