diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2018-03-12 07:53:58 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-12 07:53:58 +0900 |
| commit | 49b7340096a042dda7313456b46b76907bc5ef3e (patch) | |
| tree | c0939d15133f2af38bd05b14804a3264ee717b4a /src/web/app | |
| parent | v4114 (diff) | |
| download | sharkey-49b7340096a042dda7313456b46b76907bc5ef3e.tar.gz sharkey-49b7340096a042dda7313456b46b76907bc5ef3e.tar.bz2 sharkey-49b7340096a042dda7313456b46b76907bc5ef3e.zip | |
Update othello.game.vue
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 01148f193e..ecc9e85a8b 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); } }, |