mirror of
https://github.com/kyantech/Palmr.git
synced 2025-10-22 22:02:00 +00:00
refactor: rename temp-chunks to temp-uploads and update related configurations
- Changed references from 'temp-chunks' to 'temp-uploads' across .dockerignore, Dockerfile, and various configuration files for consistency. - Introduced a new directories configuration file to manage directory paths more effectively. - Updated file handling in the server code to utilize streaming for uploads and downloads, improving performance and memory management. - Enhanced cleanup processes for temporary directories to maintain a tidy file structure.
This commit is contained in:
@@ -62,9 +62,9 @@ docker-compose*
|
||||
|
||||
# Storage directories (created at runtime)
|
||||
uploads/
|
||||
temp-chunks/
|
||||
temp-uploads/
|
||||
apps/server/uploads/
|
||||
apps/server/temp-chunks/
|
||||
apps/server/temp-uploads/
|
||||
|
||||
# Static files
|
||||
apps/server/prisma/*.db
|
||||
|
Reference in New Issue
Block a user