Showing
1 changed file
with
1 additions
and
1 deletions
@@ -91,7 +91,7 @@ public class QcloudBandwidthTask { | @@ -91,7 +91,7 @@ public class QcloudBandwidthTask { | ||
91 | 91 | ||
92 | } | 92 | } |
93 | bandwidthMapper.insert(intraffic,outtraffic); | 93 | bandwidthMapper.insert(intraffic,outtraffic); |
94 | - if (intraffic > 300000 || outtraffic > 300000){ | 94 | + if (intraffic > 200000 || outtraffic > 200000){ |
95 | alarmMsgService.sendSms("bandwidth", "专线带宽使用过多,请查看" , snsMobileConfig.getBaseMobile()); | 95 | alarmMsgService.sendSms("bandwidth", "专线带宽使用过多,请查看" , snsMobileConfig.getBaseMobile()); |
96 | } | 96 | } |
97 | } catch (Exception e) { | 97 | } catch (Exception e) { |
-
Please register or login to post a comment