You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The server/uploads/ directory stores all uploaded retina scans. Implement a background task using node-cron or setInterval to automatically delete files older than 24 hours to prevent disk exhaustion.
The server/uploads/ directory stores all uploaded retina scans. Implement a background task using node-cron or setInterval to automatically delete files older than 24 hours to prevent disk exhaustion.