unipept / unipept-desktop

This is the desktop application that accompanies the Unipept project.
https://unipept.ugent.be
MIT License
7 stars 0 forks source link

Prevent system from sleeping during database construction #203

Closed pverscha closed 2 years ago

pverscha commented 2 years ago

If a computer starts to sleep during the database construction process, the construction could stop and crash (since the internet connection is temporarily interrupted). Electron exposes some API's that can be used to temporarily stop the computer from going to sleep. Ideally, these should be used in order to improve the stability of the database construction.

pverscha commented 2 years ago

Fixed in #214.