Skip to content

Commit

Permalink
5 not 50
Browse files Browse the repository at this point in the history
  • Loading branch information
scottdavis committed Mar 26, 2011
1 parent b395552 commit d579c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/compass/sass_extensions/sprites/sprites.rb
Expand Up @@ -17,7 +17,7 @@ def self.sprite_name(file)
end

def self.load_map(uri, options)
Compass.quick_cache("spritemap:#{uri}", 50) do
Compass.quick_cache("spritemap:#{uri}", 5) do
SpriteMap.new(uri, options)
end
end
Expand Down

0 comments on commit d579c8b

Please sign in to comment.