sarlink-portal-api/api/throttle.py

6 lines
114 B
Python
Raw Normal View History

2025-01-20 14:33:03 +05:00
from rest_framework import throttling
class BurstRateThrottle(throttling.UserRateThrottle):
scope = "burst"