Open jo-elimu opened 1 month ago
Video files are too large to be stored directly in the database, so refactor the software to fetch videos from an external URL instead.
This is needed because the webapp crashes when there is a large collection of videos to be loaded from the database.
Description
Video files are too large to be stored directly in the database, so refactor the software to fetch videos from an external URL instead.
Why?
This is needed because the webapp crashes when there is a large collection of videos to be loaded from the database.