diff --git a/src/web/app/common/views/components/othello.game.vue b/src/web/app/common/views/components/othello.game.vue index 74139f575..4dbcff247 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); } },