diff options
Diffstat (limited to 'lib/components')
| -rw-r--r-- | lib/components/dash.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/components/dash.js b/lib/components/dash.js index de1fe2c..77807ef 100644 --- a/lib/components/dash.js +++ b/lib/components/dash.js @@ -37,7 +37,7 @@ export default class DashComponent extends Component { * @instance * @memberof DashComponent */ - this.cooldown = this.cooldown || 4000; + this.cooldown = this.cooldown || 3000; /** * Current cooldown |