From 0b0c0f17037bea79cb566dc2df2521b4d4732aba Mon Sep 17 00:00:00 2001 From: chenlw <874313221@qq.com> Date: Thu, 13 Oct 2016 14:11:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E4=B8=BA5=E7=A7=92=E8=AF=B7=E6=B1=82?= =?UTF-8?q?=E4=B8=80=E6=AC=A1volume=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/com/platform/utils/Constant.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/platform/utils/Constant.java b/src/com/platform/utils/Constant.java index 1f283d67..59149697 100644 --- a/src/com/platform/utils/Constant.java +++ b/src/com/platform/utils/Constant.java @@ -40,7 +40,7 @@ public class Constant { /** * volume 获取的线程休眠时间 */ - public final static int get_volume_sleep_time = 10000; + public final static int get_volume_sleep_time = 5000; /** * volume 获取的线程休眠时间