Patch Release
Fixes #32
This patch makes the newly introduced memory locking optional (disabled by default). To enable it add "mlock": true to your .passkeez/config.json. This setting can be changed at runtime.
This patch also reduces the memory footprint of the file watcher by using the polling interface.
Thanks @manner for helping with resolving this issue!