From 49b7340096a042dda7313456b46b76907bc5ef3e Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 12 Mar 2018 07:53:58 +0900 Subject: [PATCH] Update othello.game.vue --- src/web/app/common/views/components/othello.game.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/web/app/common/views/components/othello.game.vue b/src/web/app/common/views/components/othello.game.vue index 01148f193..ecc9e85a8 100644 --- a/src/web/app/common/views/components/othello.game.vue +++ b/src/web/app/common/views/components/othello.game.vue @@ -130,7 +130,7 @@ export default Vue.extend({ type: 'check', crc32 }); - }, 10000); + }, 3000); } },