mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +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)
|
||||
Core:
|
||||
* Fix CPU spikes
|
||||
|
|
|
@ -131,7 +131,7 @@ class CoreProxy(gobject.GObject):
|
|||
pass
|
||||
self.emit("no_core")
|
||||
|
||||
self._uri = uri
|
||||
self._uri = uri.replace("localhost", "127.0.0.1")
|
||||
# Get a new core
|
||||
self.get_rpc_core()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue