Tenma-Server / Tenma

Comic book server with in-browser reader
MIT License
252 stars 31 forks source link

Document Django --noreload (Installation-Wiki) #66

Open pnhofmann opened 4 years ago

pnhofmann commented 4 years ago

Just one small suggestion, would it be possible to add a

--noreload

to

python manage.py runserver [YOUR IP ADDRESS]:8000

in the installation instructions?

The autoreload feature does not make much sense for regular use-case and cases quite some CPU usage on non-inotify platforms (I am using FreeBSD but no pynotify was not installed - noticed (idle) ~10% CPU usage on my quad-core AMD APU; on Windows or MacOS there isn't even pynotify).