Skip to content
Snippets Groups Projects
Commit b68446b2 authored by syuilo's avatar syuilo
Browse files

enhance(reversi): tweak MATCHING_TIMEOUT_MS

parent 608e7c15
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ import { Serialized } from '@/types.js';
import { ReversiGameEntityService } from './entities/ReversiGameEntityService.js';
import type { OnApplicationShutdown, OnModuleInit } from '@nestjs/common';
const MATCHING_TIMEOUT_MS = 1000 * 10; // 10sec
const MATCHING_TIMEOUT_MS = 1000 * 20; // 20sec
@Injectable()
export class ReversiService implements OnApplicationShutdown, OnModuleInit {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment