Explorar el Código

重复10次19

TitanWong hace 1 año
padre
commit
1da05cd942

+ 3 - 3
src/main/java/com/zhili/stationcontrol/tts/service/impl/MusicServiceImpl.java

@@ -56,11 +56,11 @@ public class MusicServiceImpl implements MusicService, Runnable {
     }
 
 
-    @SneakyThrows
     @Override
+    @SneakyThrows
     public void run() {
         while (true) {
-            Thread.sleep(500);
+            Thread.sleep(100);
             synchronized (this) {
                 try {
                     log.info("----------");
@@ -90,7 +90,7 @@ public class MusicServiceImpl implements MusicService, Runnable {
                                 log.info("repeat");
                                 p = Runtime.getRuntime().exec(cmd);
                             } else {
-                                return;
+                                break;
                             }
                         } else {
                             p = Runtime.getRuntime().exec(cmd);