summaryrefslogtreecommitdiff
path: root/src/web/app
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2018-03-12 07:53:58 +0900
committerGitHub <noreply@github.com>2018-03-12 07:53:58 +0900
commit49b7340096a042dda7313456b46b76907bc5ef3e (patch)
treec0939d15133f2af38bd05b14804a3264ee717b4a /src/web/app
parentv4114 (diff)
downloadsharkey-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.vue2
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);
}
},