@@ -38,7 +38,7 @@ def generate_utk(request):
# 更新设备影子
-@ratelimit(key='ip', rate='2/1s', block=True)
+@ratelimit(key='ip', rate='1/3s', block=True)
def update_device_shadow(request):
request.encoding = 'utf-8'
if request.method == 'POST':