|
@@ -62,7 +62,7 @@ export class SceneService implements OnModuleInit, OnModuleDestroy {
|
|
|
private roRequestQueue: RxQueue = new RxQueue(8);
|
|
|
private roQueue: RxQueue = new DelayQueue(20);
|
|
|
private clickQueue: RxQueue = new DebounceQueue(500);
|
|
|
- private moveQueue: RxQueue = new DelayQueue(30);
|
|
|
+ private moveQueue: RxQueue = new DelayQueue(20);
|
|
|
private joystickQueue: RxQueue = new DebounceQueue(500);
|
|
|
private requestIFrameQueue: RxQueue = new DebounceQueue(2000);
|
|
|
|