mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-08 09:28:41 +00:00
Fix Vista slowness issue
This commit is contained in:
parent
01ed7d6012
commit
2edaeae60e
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
Deluge 0.9.07 - "1.0.0_RC7" (In Development)
|
||||||
|
Core:
|
||||||
|
* Fix Vista slowness issue
|
||||||
|
|
||||||
Deluge 0.9.06 - "1.0.0_RC6" (13 August 2008)
|
Deluge 0.9.06 - "1.0.0_RC6" (13 August 2008)
|
||||||
Core:
|
Core:
|
||||||
* Fix CPU spikes
|
* Fix CPU spikes
|
||||||
|
|
|
@ -131,7 +131,7 @@ class CoreProxy(gobject.GObject):
|
||||||
pass
|
pass
|
||||||
self.emit("no_core")
|
self.emit("no_core")
|
||||||
|
|
||||||
self._uri = uri
|
self._uri = uri.replace("localhost", "127.0.0.1")
|
||||||
# Get a new core
|
# Get a new core
|
||||||
self.get_rpc_core()
|
self.get_rpc_core()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue