Dhfs-fuse: report real filesystem space

This commit is contained in:
2025-05-14 11:32:00 +02:00
parent 84b1d57125
commit e7f5be689f
3 changed files with 30 additions and 13 deletions

View File

@@ -66,7 +66,6 @@ public class ReachablePeerManager {
_disconnectedListeners = List.copyOf(disconnectedListeners.stream().toList());
}
// Note: keep priority updated with below
void init(@Observes @Priority(600) StartupEvent event) throws IOException {
_heartbeatExecutor = Executors.newVirtualThreadPerTaskExecutor();
}