gemercheung 3 лет назад
Родитель
Сommit
7e62518733
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/scene/scene.service.ts

+ 1 - 1
src/scene/scene.service.ts

@@ -60,7 +60,7 @@ export class SceneService implements OnModuleInit, OnModuleDestroy {
 
   private streamServiceSub: any;
   // private roRequestQueue: RxQueue = new DelayQueue(25);
-  private roQueue: RxQueue = new DelayQueue(25);
+  private roQueue: RxQueue = new DelayQueue(10);
   private clickQueue: RxQueue = new DebounceQueue(500);
   private moveQueue: RxQueue = new DelayQueue(20);
   private joystickQueue: RxQueue = new DebounceQueue(500);