test pc 3 years ago
parent
commit
231a4de8f6
2 changed files with 2 additions and 2 deletions
  1. 1 1
      config.production1.yaml
  2. 1 1
      src/move/move.service.ts

+ 1 - 1
config.production1.yaml

@@ -6,7 +6,7 @@ log:
   logFolder: /var/log/metaverse
   logFolder: /var/log/metaverse
 
 
 queueConfig:
 queueConfig:
-  move: 60
+  move: 90
   rotate: 2
   rotate: 2
 
 
 http:
 http:

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

@@ -210,7 +210,7 @@ export class MoveService implements OnModuleInit {
       }
       }
       //replys['P' + user.breakPointId + 'T' + user.breakPointId] = checkReplys;
       //replys['P' + user.breakPointId + 'T' + user.breakPointId] = checkReplys;
       replys.push(checkReplys);
       replys.push(checkReplys);
-
+      console.log('路径:'+path);
       //过渡传到缓存里
       //过渡传到缓存里
       this.reply.traceIds = traceIds;
       this.reply.traceIds = traceIds;
       this.reply['newUserStates'][0].userId = userId;
       this.reply['newUserStates'][0].userId = userId;