Files
Vishesh Handa 0fd7892e40 Avoid loading all the Notes in one go
This can sometimes lead to too many files being opened in parallel and
then failing because there aren't any file descriptors left. This patch
isn't perfect as given the directory structure we could still be loading
too many in one go, but it's a quick workaround for now.

The proper solution is to only load the Notes which need to be displayed
instead of loading all of them at startup.
2020-01-31 23:25:28 +01:00
..
2020-01-31 16:17:30 +01:00