Allow reload sidebar html tag more often

This commit is contained in:
HelloZeroNet 2016-04-18 02:23:28 +02:00
parent 30d16a8e05
commit e481a12647

View file

@ -112,7 +112,7 @@ class Sidebar extends Class
img.src = "/uimedia/globe/world.jpg"; img.src = "/uimedia/globe/world.jpg";
setSiteInfo: (site_info) -> setSiteInfo: (site_info) ->
RateLimit 3000, => RateLimit 1500, =>
@updateHtmlTag() @updateHtmlTag()
RateLimit 30000, => RateLimit 30000, =>
@displayGlobe() @displayGlobe()