diff options
author | Joey Hess <joey@kitenet.net> | 2013-04-24 13:04:46 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-04-24 13:04:46 -0400 |
commit | 68363880a0a1abe4edab005031c3c050c6ff589c (patch) | |
tree | 4ef3a7a7b008c6c1590117099c98927ee19aeea3 /Messages.hs | |
parent | 1b38f6aced8bb739c33fc410dd6b171aebd1fcd5 (diff) |
show one alert when bulk adding files
Turns out that a lot of the time spent in a bulk add was just updating the
add alert to rotate through each file that was added. Showing one alert
makes for a significant speedup.
Also, when the webapp is open, this makes it take quite a lot less cpu
during bulk adds.
Also, it lets the user know when a bulk add happened, which is sorta
nice..
Diffstat (limited to 'Messages.hs')
-rw-r--r-- | Messages.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Messages.hs b/Messages.hs index 68bd92673..b2fcba881 100644 --- a/Messages.hs +++ b/Messages.hs @@ -31,7 +31,6 @@ module Messages ( showCustom, showHeader, showRaw, - setupConsole ) where |