1
0
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:
zhengxie
2014-12-29 18:10:06 +08:00
parent f58134e778
commit 1a2d355cc6

View File

@@ -285,7 +285,7 @@ CACHES = {
# rest_framwork
REST_FRAMEWORK = {
'DEFAULT_THROTTLE_RATES': {
'ping': '100/minute',
'ping': '600/minute',
'anon': '5/minute',
'user': '300/minute',
},