From ba05ade028bfa45d55aae279f606f251289a4257 Mon Sep 17 00:00:00 2001 From: tongchenfei Date: Tue, 12 Jan 2021 19:48:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86=E4=B8=8A=E6=8A=A5=E9=99=90=E5=88=B6?= =?UTF-8?q?=E6=94=B9=E5=9B=9E=E6=97=A9=E9=AB=98=E5=B3=B02=E6=AC=A1?= =?UTF-8?q?=E6=99=9A=E9=AB=98=E5=B3=B03=E6=AC=A1=EF=BC=8C=E5=B9=B3?= =?UTF-8?q?=E6=97=B65=E6=AC=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/mogo/module/share/strategyreceiver/BlockStrategy.kt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/mogo-module-share/src/main/java/com/mogo/module/share/strategyreceiver/BlockStrategy.kt b/modules/mogo-module-share/src/main/java/com/mogo/module/share/strategyreceiver/BlockStrategy.kt index a5185554ef..4680bfdcd6 100644 --- a/modules/mogo-module-share/src/main/java/com/mogo/module/share/strategyreceiver/BlockStrategy.kt +++ b/modules/mogo-module-share/src/main/java/com/mogo/module/share/strategyreceiver/BlockStrategy.kt @@ -34,9 +34,9 @@ private const val MORNING_PEAK_STOP_MINUTE = 9 * 60 + 30 private const val NIGHT_PEAK_START_MINUTE = 17 * 60 + 30 private const val NIGHT_PEAK_STOP_MINUTE = 19 * 60 + 30 -private const val NORMAL_UPLOAD_COUNT = 1 // 5 -private const val MORNING_PEAK_UPLOAD_COUNT = 1 // 2 -private const val NIGHT_PEAK_UPLOAD_COUNT = 1 // 3 +private const val NORMAL_UPLOAD_COUNT = 5 // 5 +private const val MORNING_PEAK_UPLOAD_COUNT = 2 // 2 +private const val NIGHT_PEAK_UPLOAD_COUNT = 3 // 3 private const val DISTANCE_MORNING_PEAK_COUNT = "DISTANCE_MORNING_PEAK_COUNT" private const val DISTANCE_NIGHT_PEAK_COUNT = "DISTANCE_NIGHT_PEAK_COUNT"