mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +00:00
Daemonize receiver thread.
This commit is contained in:
parent
d690e44194
commit
b3d15c7117
1 changed files with 1 additions and 0 deletions
|
@ -180,6 +180,7 @@ class Core(
|
||||||
self._on_alert_torrent_paused)
|
self._on_alert_torrent_paused)
|
||||||
|
|
||||||
t = threading.Thread(target=self.serve_forever)
|
t = threading.Thread(target=self.serve_forever)
|
||||||
|
t.setDaemon(True)
|
||||||
t.start()
|
t.start()
|
||||||
gobject.threads_init()
|
gobject.threads_init()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue