mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-13 13:50:07 +00:00
Change ping throttling to 600/min
This commit is contained in:
@@ -285,7 +285,7 @@ CACHES = {
|
||||
# rest_framwork
|
||||
REST_FRAMEWORK = {
|
||||
'DEFAULT_THROTTLE_RATES': {
|
||||
'ping': '100/minute',
|
||||
'ping': '600/minute',
|
||||
'anon': '5/minute',
|
||||
'user': '300/minute',
|
||||
},
|
||||
|
Reference in New Issue
Block a user