Преглед изворни кода

修改删除推送消息的执行次数

tanghongbin пре 4 година
родитељ
комит
8b3fae8bd0
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Controller/EquipmentInfo.py

+ 1 - 1
Controller/EquipmentInfo.py

@@ -291,7 +291,7 @@ select concat(round(sum(data_length/1024/1024),2),'MB') as data from tables wher
 # 按季度删除访问日志
 def deleteExpireEquipmentInfo(request):
     response = ResponseObject()
-    i = int(request.GET.get('i', 5))
+    i = int(request.GET.get('i', 10))
 
     import time
     nowTime = int(time.time())