Closed infeo closed 5 years ago
Version: 0.1.1 Currently dokany uses only one thread for handling filesystem requests. This is due to its beta status and to track down basic (and non-multithreading-related) errors: https://github.com/cryptomator/dokany-nio-adapter/blob/7f5104f1a0cce79409069059d26c08878013728a/src/main/java/org/cryptomator/frontend/dokany/MountFactory.java#L26
To increase performance, we should switch in a not-to-distant-future release to multithreading.
Version: 0.1.1 Currently dokany uses only one thread for handling filesystem requests. This is due to its beta status and to track down basic (and non-multithreading-related) errors: https://github.com/cryptomator/dokany-nio-adapter/blob/7f5104f1a0cce79409069059d26c08878013728a/src/main/java/org/cryptomator/frontend/dokany/MountFactory.java#L26
To increase performance, we should switch in a not-to-distant-future release to multithreading.