diff --git a/src/components/TorrentList.vue b/src/components/TorrentList.vue index 51d00c6..b589404 100644 --- a/src/components/TorrentList.vue +++ b/src/components/TorrentList.vue @@ -119,7 +119,7 @@ export default { this.$notifications.success({ title: 'Torrent added 🎉', description: this.query, - timeout: 3000000 + timeout: 3000 }) }) },