improve postgresql performance

This commit is contained in:
DioCrafts
2025-04-09 00:21:20 +02:00
parent 7473ee438f
commit 8f1d213526
36 changed files with 2191 additions and 233 deletions
+1
View File
@@ -97,6 +97,7 @@ pub fn create_api_routes(
path_resolver: path_resolver.clone(),
trash_repository: None, // This is OK to be None since we use the trash_service directly
},
storage_usage_service: None,
applications: crate::common::di::ApplicationServices {
folder_service: folder_service.clone(),
file_service: file_service.clone(),