mirror of
https://github.com/i701/sarlink-portal-api.git
synced 2025-06-28 09:50:05 +00:00
Initial commit
This commit is contained in:
5
api/throttle.py
Normal file
5
api/throttle.py
Normal file
@ -0,0 +1,5 @@
|
||||
from rest_framework import throttling
|
||||
|
||||
|
||||
class BurstRateThrottle(throttling.UserRateThrottle):
|
||||
scope = "burst"
|
Reference in New Issue
Block a user