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
1 changed files with 1 additions and 1 deletions

View File

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