diff options
Diffstat (limited to 'src/web/app')
| -rw-r--r-- | src/web/app/common/views/components/othello.game.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/app/common/views/components/othello.game.vue b/src/web/app/common/views/components/othello.game.vue index 74139f5754..4dbcff2474 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); } }, |