gemercheung преди 3 години
родител
ревизия
e5f86229b2
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/meta.gateway.ts

+ 1 - 1
src/meta.gateway.ts

@@ -136,7 +136,7 @@ export class MetaGateway
         this.sendWertcHeartPack(this.gameChanel);
       }
       this.timer = setInterval(() => {
-        if (i < 30) {
+        if (i < 9) {
           const steam = createReadStream(paths + `/${i}.h264`);
           // const steam = createReadStream(paths + `/test2`);
           steam.on('data', (data: Buffer) => {