diff options
author | Jakob Unterwurzacher | 2015-11-29 19:06:11 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2015-11-29 19:09:12 +0100 |
commit | 6f764b386786b92023fa696594105f702226b3ff (patch) | |
tree | cf927b67da800821c464bb144dfa1b102f55557b /TODO.md | |
parent | bb116282b7db6a6400586d756c6dfdcc8f85fdab (diff) |
Handle all operations except mounting without forking a child
This saves 170ms for each start (why do we take 170ms to start up?)
and cuts down test time by 2 seconds.
Diffstat (limited to 'TODO.md')
-rw-r--r-- | TODO.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,3 +3,4 @@ * add test case * Add "--pwfile" parameter that reads the password from a file * Use that for additional test cases +* Find out why "./gocryptfs -version" takes 170ms. |