Gtk UI: Make live search delay configurable
commitff380cab0d1c63d2e869da0cd19f9d1e21544577
authorThomas Perl <m@thp.io>
Mon, 27 Feb 2012 13:53:27 +0000 (27 14:53 +0100)
committerThomas Perl <m@thp.io>
Mon, 27 Feb 2012 13:53:27 +0000 (27 14:53 +0100)
treec00afc5682c5a3b11640a18edf50ac85df27d0da
parent08bc77c75de4797253cecf87da72cb7d713de75a
Gtk UI: Make live search delay configurable

The ui.gtk.live_search_delay configuration variable
sets the delay in milliseconds after typing stops
for the live search to take place. Set this to a
higher value on low-powered machines to avoid hangs
while the search takes place.

You can set this variable to 0 on normal machines to
get instant search results as you type.
src/gpodder/config.py
src/gpodder/gtkui/main.py