Skip to content

Commit

Permalink
Reduced countdown time
Browse files Browse the repository at this point in the history
  • Loading branch information
jlpereira committed Sep 17, 2020
1 parent a878acb commit e98a8bc
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -32,7 +32,7 @@ export default {
},
data () {
return {
reloadTime: 30,
reloadTime: 10,
countdownProcess: undefined,
remain: this.reloadTime,
disableStatus: disableStatus
Expand Down

0 comments on commit e98a8bc

Please sign in to comment.