Skip to content

Commit

Permalink
fix: avoid forcekill i exception tro force retry
Browse files Browse the repository at this point in the history
  • Loading branch information
geolffreym committed Apr 23, 2021
1 parent 4f7448c commit 8b293c0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/core/broker/broker.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ module.exports = class Broker extends EventEmitter {
/**
* Kill all this shit XD
* */

log.warn('Flushing app')
this.db.remove({}, {multi: true},
(err, numRemoved) => {
if (err) log.error(err)
Expand Down
8 changes: 7 additions & 1 deletion src/main/core/torrent/settings/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ module.exports = {
'udp://tracker.cyberia.is:6969/announce',
'udp://www.torrent.eu.org:451/announce',
'udp://tracker.sktorrent.net:6969/announce',
'udp://tracker.eddie4.nl:6969/announce'
'udp://tracker.eddie4.nl:6969/announce',
'udp://open.demonii.com:1337/announce',
'udp://tracker.openbittorrent.com:80',
'udp://tracker.coppersurfer.tk:6969',
'udp://glotorrents.pw:6969/announce',
'udp://torrent.gresille.org:80/announce',
'udp://p4p.arenabg.com:1337'
]
};

0 comments on commit 8b293c0

Please sign in to comment.