package
0.0.0-20240628090047-e7e75416fc67
Repository: https://github.com/sethiyash/golang.git
Documentation: pkg.go.dev

# README

Limit Service Time for Free-tier Users

Your video processing service has a freemium model. Everyone has 10 sec of free processing time on your service. After that, the service will kill your process, unless you are a paid premium user.

Beginner Level: 10s max per request Advanced Level: 10s max per user (accumulated)