Reduce launch feedback interval to boost launch times

This commit is contained in:
Dan Williams 2007-01-16 10:44:43 -05:00
parent a409c4ceec
commit 55a459e63d

View File

@ -44,7 +44,7 @@ def html_to_rgb(html_color):
return (r, g, b)
class ActivityIcon(CanvasIcon):
_INTERVAL = 150
_INTERVAL = 250
def __init__(self, activity):
icon_name = activity.get_icon_name()